Commit 094e9f15 authored by Eric Covener's avatar Eric Covener
Browse files

emphasize that the flush in 2.2.x check_pipeline_flush() is actually

unconditional



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1758071 13f79535-47bb-0310-9956-ffa450edef68
parent 26ad5685
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -255,6 +255,10 @@ static void check_pipeline_flush(request_rec *r)
        }
    }

    /* The flush below became unconditional way back in r105919. Later
     * branches have very different handling in this area anyway (EOR bucket).
     */

        e = apr_bucket_flush_create(c->bucket_alloc);

        /* We just send directly to the connection based filters.  At