mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 03:22:48 +08:00
style fix
This commit is contained in:
parent
909b36ab1f
commit
a655f363e2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user