bel2125 10 年 前
コミット
ea4b4c2e32
1 ファイル変更1 行追加1 行削除
  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);