mirror of
https://github.com/nginx/nginx.git
synced 2025-06-29 10:40:39 +08:00
finalize request to allow post_action
This commit is contained in:
parent
37a6905cb1
commit
d74b66c82c
@ -1834,9 +1834,7 @@ closed:
|
|||||||
ngx_log_error(NGX_LOG_INFO, c->log, err,
|
ngx_log_error(NGX_LOG_INFO, c->log, err,
|
||||||
"client closed prematurely connection");
|
"client closed prematurely connection");
|
||||||
|
|
||||||
ngx_http_close_request(r, 0);
|
ngx_http_finalize_request(r, 0);
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user