From 2ec2abe81eaeb6b2a56f05ef11f011402f150b38 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 20 Feb 2019 18:54:03 +0000 Subject: [PATCH] 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 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3