You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/06/14 02:53:13 UTC

svn commit: r1685349 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Sun Jun 14 00:53:13 2015
New Revision: 1685349

URL: http://svn.apache.org/r1685349
Log:
Follow up to r1685345: CHANGES entry.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1685349&r1=1685348&r2=1685349&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sun Jun 14 00:53:13 2015
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) core: Allow spaces after chunk-size for compatibility with implementations
+     using a pre-filled buffer, and log parsing failures at level INFO.
+	 [Yann Ylavic, Jeff Trawick]
+
   *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,
      on first usage only.  [Yann Ylavic]