From d854da5b042bf3ae4c5c4d402ee65a6ec39d602e Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Fri, 20 Apr 2012 12:02:09 +0000 Subject: [PATCH] fix some comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328339 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- modules/proxy/ajp_header.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/httpd.h b/include/httpd.h index 4ec83a2051f..ef5f26227ad 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 diff --git a/modules/proxy/ajp_header.c b/modules/proxy/ajp_header.c index dc86defa7dd..3e9065141bd 100644 --- a/modules/proxy/ajp_header.c +++ b/modules/proxy/ajp_header.c @@ -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 */ -- 2.47.3