From: dgaudet Date: Sun, 20 Jul 1997 18:39:42 +0000 (+0000) Subject: Note the fixes for PR#813, 814. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d2bef7296b2b25c6aaf252dccfdd028fb41e98;p=thirdparty%2Fapache%2Fhttpd.git Note the fixes for PR#813, 814. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78699 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/CHANGES b/APACHE_1_2_X/src/CHANGES index 2df887af109..f9bf448e375 100644 --- a/APACHE_1_2_X/src/CHANGES +++ b/APACHE_1_2_X/src/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 1.2.2 + + *) The proxy didn't treat the "Host:" keyword of the host header as case- + insensitive. The proxy would corrupt the first line of a response from + an HTTP/0.9 server. [Kenichi Hori ] PR#813,814 *) mod_include would log some bogus values occasionally. [Skip Montanaro , Marc Slemko] PR#797