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:
parent
fb0c73b08d
commit
c7c0d610cf
@ -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("") },
|
||||
|
Loading…
Reference in New Issue
Block a user