]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
While processing filters on internal redirects, remember seen EOS
authorAndré Malo <nd@apache.org>
Sat, 22 Feb 2003 18:09:57 +0000 (18:09 +0000)
committerAndré Malo <nd@apache.org>
Sat, 22 Feb 2003 18:09:57 +0000 (18:09 +0000)
commit815cc15e5126de9f8ff8c0c95a23cd51485f1c5e
tree384d400d9070f919f376e467fed0f9f063553db1
parenteea709f9ebccc9933d9e07056b632e05c9523de2
While processing filters on internal redirects, remember seen EOS
buckets also in the request structure of the redirect issuer(s). This
prevents filters (such as mod_deflate) from adding garbage to the response,
because ap_finalize_request_protocol won't send another EOS bucket then.

PR: 14451

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98762 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/util_filter.c