summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-02-18 14:47:09 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-02-18 14:47:09 +0000
commitaa9a761f88caf2b897266b1bbbee3b77c5337909 (patch)
treeee3b95517fb37287fe26890a432354457582cfca /src
parentded2a7c1af0a03de2b749930230209ec56680c31 (diff)
downloadnginx-aa9a761f88caf2b897266b1bbbee3b77c5337909.tar.gz
nginx-aa9a761f88caf2b897266b1bbbee3b77c5337909.tar.bz2
style fix: remove tabs
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_core_module.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index eb1785090..a3817fac2 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -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) {