From: Brian Havard Date: Tue, 9 Apr 2002 09:45:04 +0000 (+0000) Subject: Note a bug fix in apr-util. X-Git-Tag: 2.0.36~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6a1eccb4afd41c9215ef32bddee38431059335;p=thirdparty%2Fapache%2Fhttpd.git Note a bug fix in apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 94c91b2d9d9..d2dd8e385d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.36 + *) Fixed a segfault parsing large SSIs on non-mmap systems. + [Brian Havard] + *) Proxy was bombing out every second keepalive request, caused by a stray CRLF before the second response's status line. Proxy now tries to read one more line if it encounters a CRLF where it