]> granicus.if.org Git - apache/commitdiff
Merge r1328339:
authorStefan Fritsch <sf@apache.org>
Sat, 28 Apr 2012 22:21:09 +0000 (22:21 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 28 Apr 2012 22:21:09 +0000 (22:21 +0000)
    fix some comments

(no code change)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1331844 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h
modules/proxy/ajp_header.c

index 6ffdef2e173dec6d9b043945ce2e069d1c89883a..dcccbd5dc4d865433821738f0c45ccdb5bfdf79a 100644 (file)
@@ -595,7 +595,7 @@ AP_DECLARE(const char *) ap_get_server_built(void);
 #define M_MKACTIVITY            23
 #define M_BASELINE_CONTROL      24
 #define M_MERGE                 25
-#define M_INVALID               26      /** RFC 3253: WebDAV Versioning */
+#define M_INVALID               26      /** no valid method */
 
 /**
  * METHODS needs to be equal to the number of bits
index dc86defa7ddc961f05126a08fa851be62f3517cf..3e9065141bd5d09c5430738f91670ae650dc8ee6 100644 (file)
@@ -139,7 +139,7 @@ static const unsigned char sc_for_req_method_table[] = {
     SC_M_PUT,
     SC_M_POST,
     SC_M_DELETE,
-    0,                      /* M_DELETE */
+    0,                      /* M_CONNECT */
     SC_M_OPTIONS,
     SC_M_TRACE,
     0,                      /* M_PATCH  */