]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If we are doing a fast_redirect, and we don't have a main request, then
authorRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 21:16:11 +0000 (21:16 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 5 Apr 2002 21:16:11 +0000 (21:16 +0000)
commitb18ca18f8d5b95b2b421720644eea05193da5896
tree753d44054405abc7f3b7588cf9809a1759f77eb6
parente866b9da2463cfe8609ddbc02f41e1db6c676722
If we are doing a fast_redirect, and we don't have a main request, then
make sure that we don't have the sub_req_output_filter.  This was
causing problems when there were multiple sub_Requests, and some should
have had the filter, but the last one shouldn't.

This fixes the final known bug in 2.0.35

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