]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 10 Apr 2009 14:49:51 +0000 (14:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 10 Apr 2009 14:49:51 +0000 (14:49 +0000)
src/http/ngx_http_upstream.c

index 7e0c72a03772dbbbf6b6947d04988b10fdf6ab34..82f11024610a55c274f02ebdd960b51809a51676 100644 (file)
@@ -2771,7 +2771,8 @@ ngx_http_upstream_finalize_request(ngx_http_request_t *r,
 
 #endif
 
-    if (u->header_sent && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE))
+    if (u->header_sent
+        && (rc == NGX_ERROR || rc >= NGX_HTTP_SPECIAL_RESPONSE))
     {
         rc = 0;
     }