aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-29 04:46:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-29 04:46:21 +0000
commit9059ecae8301b77447a0f568f4a826d5f2e54f52 (patch)
tree655668bb39c33e8adcbe9329e6b86893b38b6a35 /src/http/ngx_http_request.c
parent2eec1e1ff2a0b2208efb4a86c40c468076c60d6b (diff)
downloadnginx-9059ecae8301b77447a0f568f4a826d5f2e54f52.tar.gz
nginx-9059ecae8301b77447a0f568f4a826d5f2e54f52.zip
fix the previous commit
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 2 insertions, 0 deletions
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) {