diff options
| -rw-r--r-- | httpd.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -28,10 +28,6 @@ int server_get_handler(d_char *req, char *q_path, | |||
| 28 | /* basic server services */ | 28 | /* basic server services */ |
| 29 | { | 29 | { |
| 30 | int status = 0; | 30 | int status = 0; |
| 31 | char *acpt = xs_dict_get(req, "accept"); | ||
| 32 | |||
| 33 | if (acpt == NULL) | ||
| 34 | return 0; | ||
| 35 | 31 | ||
| 36 | /* is it the server root? */ | 32 | /* is it the server root? */ |
| 37 | if (*q_path == '\0') { | 33 | if (*q_path == '\0') { |