]> granicus.if.org Git - apache/commitdiff
Update a comment about the 'PATCH' HTTP command
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 20 Feb 2019 18:54:03 +0000 (18:54 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 20 Feb 2019 18:54:03 +0000 (18:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853980 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 9292c25a7eb9b4b430a8d2d13513c7fc0581fe9b..0005e0cf8a27bd0a1636d554f430672c928cd6a7 100644 (file)
@@ -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