From d74b66c82c283696f0f8b0bfb5fa0e836725e18a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 15 Feb 2007 18:53:48 +0000 Subject: finalize request to allow post_action --- src/http/ngx_http_request.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/http/ngx_http_request.c') diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index c2e18b64c..96286597b 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -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); } -- cgit v1.2.3