style fix

This commit is contained in:
Igor Sysoev 2009-04-10 14:49:51 +00:00
parent 909b36ab1f
commit a655f363e2

View File

@ -2771,7 +2771,8 @@ ngx_http_upstream_finalize_request(ngx_http_request_t *r,
#endif #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; rc = 0;
} }