mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Revert r1853564.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -372,11 +372,9 @@ static int stream_reqbody_chunked(proxy_http_req_t *req)
|
|||||||
*/
|
*/
|
||||||
APR_BRIGADE_PREPEND(input_brigade, header_brigade);
|
APR_BRIGADE_PREPEND(input_brigade, header_brigade);
|
||||||
|
|
||||||
/* No flush here since it's done either on the next loop depending
|
/* Flush here on EOS because we won't stream_reqbody_read() again */
|
||||||
* on stream_reqbody_read(), or after the loop when leaving.
|
|
||||||
*/
|
|
||||||
rv = ap_proxy_pass_brigade(bucket_alloc, r, p_conn, req->origin,
|
rv = ap_proxy_pass_brigade(bucket_alloc, r, p_conn, req->origin,
|
||||||
input_brigade, 0);
|
input_brigade, seen_eos);
|
||||||
if (rv != OK) {
|
if (rv != OK) {
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user