From b681f7184cbf234972292dfb3938dcfbe5fff05b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 1 Feb 2010 12:58:07 +0000 Subject: [PATCH] do not disable keepalive after POST requests for MSIE 7+ --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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