]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop using the request filters to filter an error response. This fixes a
authorRyan Bloom <rbb@apache.org>
Fri, 26 Jan 2001 17:54:06 +0000 (17:54 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 26 Jan 2001 17:54:06 +0000 (17:54 +0000)
commit8cd3a68bae6a70bebd33e1791340d7b97848fa95
tree777f504a1f93e880141c94e0327c43a0235f597f
parent60131d5f2626aa651de8503d1568692d2d549f9e
Stop using the request filters to filter an error response.  This fixes a
bug where we were using the byterange filter to filter an error, which
caused us to close the connection before we had sent any data.  Currently,
we only keep the three most important filters, but we may need to add more
in the future.  I am mostly thinking of the charset translation filter.

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