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 2014/07/18 20:49:43 UTC

svn commit: r1611766 - /httpd/httpd/branches/2.2.x/STATUS

Author: ylavic
Date: Fri Jul 18 18:49:43 2014
New Revision: 1611766

URL: http://svn.apache.org/r1611766
Log:
Fix mod_deflate proposal.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1611766&r1=1611765&r2=1611766&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 18 18:49:43 2014
@@ -155,12 +155,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   https://svn.apache.org/r1590509
                   https://svn.apache.org/r1603156 (partially, CHANGES update)
                   https://svn.apache.org/r1604353
+                  https://svn.apache.org/r1611725
      2.4.x patch: https://svn.apache.org/r1604458 (2.4.10)
-     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES.patch
+     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_deflate_reentrant_with_CHANGES_v2.patch
                   (modulo CHANGES)
      +1: ylavic
      wrowe notes: portability regression; fails to test for APR_HAVE_LIMITS_H 
                   Use APR_INT32_MAX instead for simplicity?
+     ylavic: Fixed in trunk and v2 above. The v2 also applies correctly with
+             the latest sources (and includes missing error logs vs 2.4.x).
 
    *) core: Detect incomplete request and response bodies, log an error and
             forward it to the underlying filters. PR 55475 [Yann Ylavic]