diff src/http/modules/ngx_http_proxy_module.c @ 3397:3b2a8a0dca8e

fix the "If-None-Match" header name
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Dec 2009 16:41:34 +0000
parents bfe37ab335b5
children ac9c0380337d
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -537,7 +537,7 @@ static ngx_keyval_t  ngx_http_proxy_cach
     { ngx_string("Expect"), ngx_string("") },
     { ngx_string("If-Modified-Since"), ngx_string("") },
     { ngx_string("If-Unmodified-Since"), ngx_string("") },
-    { ngx_string("If-Match-None"), ngx_string("") },
+    { ngx_string("If-None-Match"), ngx_string("") },
     { ngx_string("If-Match"), ngx_string("") },
     { ngx_string("Range"), ngx_string("") },
     { ngx_string("If-Range"), ngx_string("") },