mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +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,
|
||||
"client closed prematurely connection");
|
||||
|
||||
ngx_http_close_request(r, 0);
|
||||
|
||||
return;
|
||||
ngx_http_finalize_request(r, 0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user