bel2125 před 10 roky
rodič
revize
ea4b4c2e32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -6305,7 +6305,7 @@ static void handle_request(struct mg_connection *conn)
         return;
     }
 
-    /* 13. Handle other methods than GET/HEAD
+    /* 13. Handle other methods than GET/HEAD */
     /* 13.1. Handle PROPFIND */
     if (!strcmp(ri->request_method, "PROPFIND")) {
         handle_propfind(conn, path, &file);