mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fixed Upgrade header clearing with proxy_cache.
This was missed in proxy HTTP/1.1 support commit (r4127).
This commit is contained in:
parent
962727b259
commit
86a851907b
@ -543,6 +543,7 @@ static ngx_keyval_t ngx_http_proxy_cache_headers[] = {
|
||||
{ ngx_string("Connection"), ngx_string("close") },
|
||||
{ ngx_string("Keep-Alive"), ngx_string("") },
|
||||
{ ngx_string("Expect"), ngx_string("") },
|
||||
{ ngx_string("Upgrade"), ngx_string("") },
|
||||
{ ngx_string("If-Modified-Since"), ngx_string("") },
|
||||
{ ngx_string("If-Unmodified-Since"), ngx_string("") },
|
||||
{ ngx_string("If-None-Match"), ngx_string("") },
|
||||
|
Loading…
Reference in New Issue
Block a user