From: Igor Sysoev Date: Mon, 1 Feb 2010 12:58:07 +0000 (+0000) Subject: do not disable keepalive after POST requests for MSIE 7+ X-Git-Tag: release-0.8.33~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b681f7184cbf234972292dfb3938dcfbe5fff05b;p=nginx.git do not disable keepalive after POST requests for MSIE 7+ --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 78c141220..eb1785090 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -785,7 +785,7 @@ ngx_http_handler(ngx_http_request_t *r) if (r->keepalive) { - if (r->headers_in.msie) { + if (r->headers_in.msie6) { if (r->method == NGX_HTTP_POST) { /* * MSIE may wait for some time if an response for