do not disable keepalive after POST requests for MSIE 7+

This commit is contained in:
Igor Sysoev 2010-02-01 12:58:07 +00:00
parent 8164f329fe
commit b681f7184c

View File

@ -785,7 +785,7 @@ ngx_http_handler(ngx_http_request_t *r)
if (r->keepalive) { if (r->keepalive) {
if (r->headers_in.msie) { if (r->headers_in.msie6) {
if (r->method == NGX_HTTP_POST) { if (r->method == NGX_HTTP_POST) {
/* /*
* MSIE may wait for some time if an response for * MSIE may wait for some time if an response for