Jelajahi Sumber

Handle /favicon.ico

Reply with the susie.png.
Alex Schroeder 3 tahun lalu
induk
melakukan
eda9e94086
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      httpd.c

+ 1 - 1
httpd.c

@@ -76,7 +76,7 @@ int server_get_handler(d_char *req, char *q_path,
         }
         }
     }
     }
     else
     else
-    if (strcmp(q_path, "/susie.png") == 0) {
+    if (strcmp(q_path, "/susie.png") == 0 || strcmp(q_path, "/favicon.ico") == 0 ) {
         status = 200;
         status = 200;
         *body  = xs_base64_dec(susie, b_size);
         *body  = xs_base64_dec(susie, b_size);
         *ctype = "image/png";
         *ctype = "image/png";