mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
finalize request to allow post_action
This commit is contained in:
parent
37a6905cb1
commit
d74b66c82c
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue