1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-25 07:01:39 +03:00

note the C-L filter fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Cliff Woolley
2002-07-02 23:54:07 +00:00
parent 73222b7255
commit a87f4418c1

View File

@@ -1,5 +1,9 @@
Changes with Apache 2.0.40
*) Fixed the Content-Length filter so that HTTP/1.0 requests to CGI
scripts would not result in a truncated response.
[Ryan Bloom, Justin Erenkrantz, Cliff Woolley]
*) Add a filter_init parameter to the filter registration functions
so that a filter can execute arbitrary code before the handlers
are invoked. This resolves a problem where mod_include requests