# HG changeset patch # User Igor Sysoev # Date 1265029087 0 # Node ID eb8233ede93f154006bce686a7bd25adc05a156b # Parent fcd72b8d69f3e6251010844cd10a211d10d87d55 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 --- 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