From: Christophe Jaillet Date: Wed, 20 Feb 2019 18:54:03 +0000 (+0000) Subject: Update a comment about the 'PATCH' HTTP command X-Git-Tag: 2.5.0-alpha2-ci-test-only~2135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec2abe81eaeb6b2a56f05ef11f011402f150b38;p=thirdparty%2Fapache%2Fhttpd.git Update a comment about the 'PATCH' HTTP command git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 9292c25a7eb..0005e0cf8a2 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -598,7 +598,7 @@ AP_DECLARE(const char *) ap_get_server_built(void); #define M_CONNECT 4 #define M_OPTIONS 5 #define M_TRACE 6 /** RFC 2616: HTTP */ -#define M_PATCH 7 /** no rfc(!) ### remove this one? */ +#define M_PATCH 7 /** RFC 5789: PATCH Method for HTTP */ #define M_PROPFIND 8 /** RFC 2518: WebDAV */ #define M_PROPPATCH 9 /* : */ #define M_MKCOL 10