From a87f4418c1ec96cd00ff8948c1c2f100ffa0197e Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Tue, 2 Jul 2002 23:54:07 +0000 Subject: [PATCH] note the C-L filter fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95947 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 71f40e91ce..bbd634304c 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- 2.40.0