From: Igor Sysoev Date: Fri, 10 Apr 2009 14:49:51 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.7.51~5 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=a655f363e214fd3c9ab5f4620d062f63c92ebd10;p=nginx.git style fix --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 7e0c72a03..82f110246 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -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; }