mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix the "If-None-Match" header name
This commit is contained in:
@@ -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("") },
|
||||
|
||||
Reference in New Issue
Block a user