Răsfoiți Sursa

Serve the root and susie even if the query does not have an Accept header.

default 3 ani în urmă
părinte
comite
bc5b881c94
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 4
      httpd.c

+ 0 - 4
httpd.c

@@ -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') {