]> git.kaiwu.me - nginx.git/commitdiff
do not disable keepalive after POST requests for MSIE 7+
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 12:58:07 +0000 (12:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 12:58:07 +0000 (12:58 +0000)
src/http/ngx_http_core_module.c

index 78c141220ac2d3577ed1b337899d312ba40a2b3e..eb1785090e2135fcb5ba1908a1768e14e5dddfa6 100644 (file)
@@ -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