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 2019/02/20 13:21:39 UTC

svn commit: r1853958 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Wed Feb 20 13:21:39 2019
New Revision: 1853958

URL: http://svn.apache.org/viewvc?rev=1853958&view=rev
Log:
Update proposal (and comment about it).

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1853958&r1=1853957&r2=1853958&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Feb 20 13:21:39 2019
@@ -243,8 +243,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1853518
                   http://svn.apache.org/r1853561
                   http://svn.apache.org/r1853566
-     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-forward_100_continue-v3.patch
-     +1: ylavic, icing
+                  http://svn.apache.org/r1853953
+                  http://svn.apache.org/r1853956
+     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-forward_100_continue-v4.patch
+     +1: ylavic
+     ylavic: please note the "s/ASCII_(CRLF|ZERO)/\1_ASCII/g" in the backport,
+             same as in trunk (where definitions come from httpd.h) so doing
+             the change now in 2.4.x helps backports. Since in 2.4.x these
+             macros are still locally #defined, I also added the #ifdefs around
+             them to avoid potential issues..
+             @icing: sorry I had to reset your vote for v4, but it looks
+             sensible to me to have trunk and 2.4.x code in sync as much as
+             possible. Changes from v3 to v4 (r1853953 mainly, r1853956 is only
+             comment) are non functional (or at least intended as such).
+             
 
   *) mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.  PR 61310.
      trunk patch: http://svn.apache.org/r1853901