Procházet zdrojové kódy

Archive unattended method errors.

default před 3 roky
rodič
revize
94149d262d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      httpd.c

+ 1 - 0
httpd.c

@@ -238,6 +238,7 @@ void httpd_connection(FILE *f)
 
 
     /* unattended? it's an error */
     /* unattended? it's an error */
     if (status == 0) {
     if (status == 0) {
+        srv_archive_error("unattended_method", "unattended method", req, payload);
         srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path));
         srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path));
         status = 404;
         status = 404;
     }
     }