From: Aaron Bannert Date: Mon, 29 Oct 2001 15:45:53 +0000 (+0000) Subject: Via: header truncation bugfix. X-Git-Tag: 2.0.27~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00cd0d00240e54fb41e1a6b3fca3e8ed39bcf197;p=apache Via: header truncation bugfix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91683 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 74a3537b75..7c738da042 100644 --- 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 ] + *) 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]