| commit | ea8536b8219385eff9ecea62cbad6ad31e4db616 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Wed Apr 15 09:53:22 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Wed Apr 15 09:53:22 2009 +0000 |
| tree | 4f6d8856217b9211a57df195729e4eda40bf2e05 | |
| parent | 1f450f5b1fd427bcea6756e2bb1a15e623f6b500 [diff] [blame] |
support HEAD in proxy cache
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index ca1fbea..26f24b3 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -691,7 +691,7 @@ }; -static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; +ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; void