From: Igor Sysoev Date: Mon, 29 Sep 2008 04:46:21 +0000 (+0000) Subject: fix the previous commit X-Git-Tag: release-0.7.18~9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9059ecae8301b77447a0f568f4a826d5f2e54f52;p=nginx.git fix the previous commit --- 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) {