]> git.kaiwu.me - nginx.git/commitdiff
fix the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Sep 2008 04:46:21 +0000 (04:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Sep 2008 04:46:21 +0000 (04:46 +0000)
src/http/ngx_http_request.c

index 7001edb9c346127b668f82ff568bae31e55bb17b..2b600261760cdc91a715ca426dab6f653db512c8 100644 (file)
@@ -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) {