fix the previous commit
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 7001edb..2b60026 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -1825,6 +1825,8 @@
 
                 pr->write_event_handler(pr);
             }
+
+            return;
         }
 
         if (clcf->log_subrequest) {