mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix segfault
This commit is contained in:
@@ -1491,6 +1491,7 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc)
|
|||||||
|
|
||||||
if (rc == NGX_ERROR
|
if (rc == NGX_ERROR
|
||||||
|| rc == NGX_HTTP_REQUEST_TIME_OUT
|
|| rc == NGX_HTTP_REQUEST_TIME_OUT
|
||||||
|
|| rc == NGX_HTTP_CLIENT_CLOSED_REQUEST
|
||||||
|| r->connection->error)
|
|| r->connection->error)
|
||||||
{
|
{
|
||||||
if (rc == NGX_HTTP_CLIENT_CLOSED_REQUEST
|
if (rc == NGX_HTTP_CLIENT_CLOSED_REQUEST
|
||||||
|
|||||||
Reference in New Issue
Block a user