]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by
authorRuediger Pluem <rpluem@apache.org>
Fri, 21 Oct 2005 21:50:46 +0000 (21:50 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 21 Oct 2005 21:50:46 +0000 (21:50 +0000)
commit9d3ff0e04bb82ba0dcaee941278a5e59b26b36b4
tree914b0ae94ddbdffa513a5e7a81db89163241a69c
parenta9d2ab75d0c8034df985f59bdb2e8600372d9d94
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by
  exchanging APR_BRIGADE_CONCAT with ap_save_brigade to ensure that
  transient buckets get setaside correctly between various iterations of
  ap_get_brigade calls.

Reviewed by: Joe Orton, William Rowe, Jim Jagielski, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@327590 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy_http.c