3
0
mirror of https://github.com/nginx/nginx.git synced 2024-12-26 08:51:03 -06:00

fix the "If-None-Match" header name

This commit is contained in:
Igor Sysoev 2009-12-22 16:41:34 +00:00
parent fb0c73b08d
commit c7c0d610cf

View File

@ -537,7 +537,7 @@ static ngx_keyval_t ngx_http_proxy_cache_headers[] = {
{ 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("") },