From: William A. Rowe Jr Date: Mon, 8 Aug 2005 03:03:56 +0000 (+0000) Subject: Commit a comment from trunk/, this brings spool_reqbody_cl in sync X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a940c0bec4726d8a8426e5b10587275e62f287;p=thirdparty%2Fapache%2Fhttpd.git Commit a comment from trunk/, this brings spool_reqbody_cl in sync with trunk/. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_http.c b/modules/proxy/proxy_http.c index e1dc93f19c8..8f2a5e4ea6c 100644 --- a/modules/proxy/proxy_http.c +++ b/modules/proxy/proxy_http.c @@ -779,6 +779,7 @@ static apr_status_t spool_reqbody_cl(apr_pool_t *p, } APR_BRIGADE_INSERT_TAIL(header_brigade, e); } + /* This is all a single brigade, pass with flush flagged */ status = pass_brigade(bucket_alloc, r, p_conn, origin, header_brigade, 1); return status; }