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
index 78c1412..eb17850 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -785,7 +785,7 @@
 
         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