]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
OK, if we have already seen headers, it's a smashing
authorJim Jagielski <jim@apache.org>
Thu, 9 Feb 2006 15:16:45 +0000 (15:16 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 9 Feb 2006 15:16:45 +0000 (15:16 +0000)
good idea to go ahead and pass the data along.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@376318 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 496facec213d2b25ffab4aaa06626945bd85be9f..fb23d74ff52635c6263330d90dc7c9db873e7664 100644 (file)
@@ -682,6 +682,11 @@ recv_again:
                              * to persist. */
                             apr_bucket_setaside(b, setaside_pool);
                         }
+                    } else {
+                            rv = ap_pass_brigade(r->output_filters, ob);
+                            if (rv != APR_SUCCESS) {
+                                break;
+                            }
                     }
 
                     /* If we didn't read all the data go back and get the