]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove tabs
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Feb 2010 14:47:09 +0000 (14:47 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Feb 2010 14:47:09 +0000 (14:47 +0000)
src/http/ngx_http_core_module.c

index eb1785090e2135fcb5ba1908a1768e14e5dddfa6..a3817fac22efede0a586c085e8657a216b8d2391 100644 (file)
@@ -787,11 +787,11 @@ ngx_http_handler(ngx_http_request_t *r)
 
             if (r->headers_in.msie6) {
                 if (r->method == NGX_HTTP_POST) {
-                   /*
-                    * MSIE may wait for some time if an response for
-                    * a POST request was sent over a keepalive connection
-                    */
-                   r->keepalive = 0;
+                    /*
+                     * MSIE may wait for some time if an response for
+                     * a POST request was sent over a keepalive connection
+                     */
+                    r->keepalive = 0;
                 }
 
             } else if (r->headers_in.safari) {