]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a trio of bugs in how mod_proxy relays requests:
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 1 Sep 2004 17:21:53 +0000 (17:21 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 1 Sep 2004 17:21:53 +0000 (17:21 +0000)
commitdf0ae2afcd5ec81059b8795a91fee18261c041b8
tree6e368a991124858f77b38fcb9c7bd32ea670c562
parenta7f3a9b10760c468db1ce42f407710bb3f99b217
Fix a trio of bugs in how mod_proxy relays requests:

- Fix type error in proxy-sendchunks case that caused an invalid T-E header.
- Fix data corruption (seen with mod_ssl/mod_proxy combination) due to not
  properly setting aside the body_buckets.
- Pass along a C-L: 0 if we still have a C-L of 0 after filtering and the
  original request to us had that as well.

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