]> 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)
commite13b493fac8bbfe07510a7f9b06da835d5606472
tree777f504a1f93e880141c94e0327c43a0235f597f
parent09fc5f8b63085efe065a60a1fc59c48940bb76cf
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