Commit 4e606f10 authored by dgaudet's avatar dgaudet
Browse files

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
parent 4e4c2a78
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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