finalize request to allow post_action

This commit is contained in:
Igor Sysoev 2007-02-15 18:53:48 +00:00
parent 5cd0a2990f
commit ae16d00212

View file

@ -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);
}