diff src/http/ngx_http_core_module.c @ 3613:64bd39f03182

PATCH method
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jun 2010 11:08:28 +0000
parents abb3901be800
children 31e9677b15a1
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c	Thu Jun 10 08:17:16 2010 +0000
+++ b/src/http/ngx_http_core_module.c	Thu Jun 10 11:08:28 2010 +0000
@@ -3707,6 +3707,7 @@
    { (u_char *) "PROPPATCH", (uint32_t) ~NGX_HTTP_PROPPATCH },
    { (u_char *) "LOCK",      (uint32_t) ~NGX_HTTP_LOCK },
    { (u_char *) "UNLOCK",    (uint32_t) ~NGX_HTTP_UNLOCK },
+   { (u_char *) "PATCH",     (uint32_t) ~NGX_HTTP_PATCH },
    { NULL, 0 }
 };