Commit 5a8f63eb authored by Jim Jagielski's avatar Jim Jagielski
Browse files

OK, if we have already seen headers, it's a smashing

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
parent 1d5a22e2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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