Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4277 - trunk/src/http/modules

Anonymous User
November 14, 2011 08:22AM
Author: mdounin
Date: 2011-11-14 13:21:10 +0000 (Mon, 14 Nov 2011)
New Revision: 4277

Log:
Fixed Upgrade header clearing with proxy_cache.

This was missed in proxy HTTP/1.1 support commit (r4127).


Modified:
trunk/src/http/modules/ngx_http_proxy_module.c

Modified: trunk/src/http/modules/ngx_http_proxy_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_proxy_module.c 2011-11-14 13:19:56 UTC (rev 4276)
+++ trunk/src/http/modules/ngx_http_proxy_module.c 2011-11-14 13:21:10 UTC (rev 4277)
@@ -543,6 +543,7 @@
{ 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("") },

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4277 - trunk/src/http/modules

Anonymous User 1360 November 14, 2011 08:22AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready