changeset 3420:eb8233ede93f

do not disable keepalive after POST requests for MSIE 7+
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Feb 2010 12:58:07 +0000
parents fcd72b8d69f3
children a4456378d234
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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