Commit f719c7bf authored by Brian Pane's avatar Brian Pane
Browse files

Pass the brigade even on header_only requests


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95653 13f79535-47bb-0310-9956-ffa450edef68
parent f2c811c0
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1234,7 +1234,6 @@ static int cgid_handler(request_rec *r)
            return HTTP_MOVED_TEMPORARILY; 
        } 

        if (!r->header_only) {
        /* Passing our socket down the filter chain in a pipe bucket
         * gives up the responsibility of closing the socket, so
         * get rid of the cleanup.
@@ -1243,7 +1242,6 @@ static int cgid_handler(request_rec *r)

        ap_pass_brigade(r->output_filters, bb);
    } 
    } 

    if (nph) {
        struct ap_filter_t *cur;