mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 12:45:21 +00:00
style fix
This commit is contained in:
parent
909b36ab1f
commit
a655f363e2
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue