From 9059ecae8301b77447a0f568f4a826d5f2e54f52 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 29 Sep 2008 04:46:21 +0000 Subject: fix the previous commit --- src/http/ngx_http_request.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http') diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 7001edb9c..2b6002617 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -1825,6 +1825,8 @@ ngx_http_finalize_request(ngx_http_request_t *r, ngx_int_t rc) pr->write_event_handler(pr); } + + return; } if (clcf->log_subrequest) { -- cgit