changeset 2262:c31f46332e80

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Sep 2008 04:46:21 +0000
parents 07bf557a2e40
children 41b51261b726
files src/http/ngx_http_request.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c	Sat Sep 27 15:08:02 2008 +0000
+++ b/src/http/ngx_http_request.c	Mon Sep 29 04:46:21 2008 +0000
@@ -1825,6 +1825,8 @@
 
                 pr->write_event_handler(pr);
             }
+
+            return;
         }
 
         if (clcf->log_subrequest) {