diff options
author | default <nobody@localhost> | 2022-11-18 20:37:49 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-18 20:37:49 +0100 |
commit | 3598e61d742ae7a8d43659ee4e63152cc328433d (patch) | |
tree | b4a64c95ff55b6c94b077c348dcff25a43f4749e | |
parent | 29a83fa1d2737cee2964953f8e9055911115eb5f (diff) | |
parent | bc5b881c944c501ce34c192d9853377e765385fc (diff) |
Merge branch 'master' of /home/angel/git/snac2
-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, /* basic server services */ { int status = 0; - char *acpt = xs_dict_get(req, "accept"); - - if (acpt == NULL) - return 0; /* is it the server root? */ if (*q_path == '\0') { |