]> granicus.if.org Git - apache/commitdiff
Via: header truncation bugfix.
authorAaron Bannert <aaron@apache.org>
Mon, 29 Oct 2001 15:45:53 +0000 (15:45 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 29 Oct 2001 15:45:53 +0000 (15:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91683 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 74a3537b75c54c54ecc90cafdbadfbc3111b98f5..7c738da042e34503ea9dcc24826cfcbc05e0e01e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.27-dev
 
+  *) Fix a truncation bug in how we print the port on the Via: header. 
+     The routine that prints the Via: header now takes a length for
+     the port string.  [Zvi Har'El <rl@math.technion.ac.il>]
+
   *) Some syntax errors in mod_mime_magic's magic file can result
      in a 500 error, which previously was unlogged.  Now we log the
      error.  [Jeff Trawick]