]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note the fixes for PR#813, 814.
authordgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:39:42 +0000 (18:39 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 20 Jul 1997 18:39:42 +0000 (18:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78699 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/src/CHANGES

index 2df887af109d6a1bcfbb72e96e06d2334a5119cb..f9bf448e37563886ecadc68b5284c8489cc19513 100644 (file)
@@ -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 <ken@d2.bs1.fc.nec.co.jp>] PR#813,814
 
   *) mod_include would log some bogus values occasionally.
      [Skip Montanaro <skip@calendar.com>, Marc Slemko] PR#797