]> granicus.if.org Git - apache/commit
avoid adding multiple subrequest filters when there are nested subrequests.
authorEric Covener <covener@apache.org>
Thu, 27 Aug 2015 22:55:52 +0000 (22:55 +0000)
committerEric Covener <covener@apache.org>
Thu, 27 Aug 2015 22:55:52 +0000 (22:55 +0000)
commitf7a34707da4f9924cdf50fd73223d0cfb4dc9603
treed624c76ba0c14659123d46f9ce56f3bbae6f0f1f
parentc6170479d33e8a33521d0210ecdc8682d59bfe23
avoid adding multiple subrequest filters when there are nested subrequests.

Multiple copies of the filter were not stripped properly
during ap_fast_internal_redirect() which left the EOS buckets
stripped out of the brigade. This results in the end-chunk never
going out on the wire for a chunked response.

observed with mainreq -> directoryindex -> FallbackResource

PR58292

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1698239 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_request.c
server/request.c