finalize request to allow post_action
This commit is contained in:
parent
5cd0a2990f
commit
ae16d00212
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…
Reference in a new issue