You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2019/11/23 07:58:05 UTC

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

Author: rpluem
Date: Sat Nov 23 07:58:04 2019
New Revision: 1870213

URL: http://svn.apache.org/viewvc?rev=1870213&view=rev
Log:
* Add proposal

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=1870213&r1=1870212&r2=1870213&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Nov 23 07:58:04 2019
@@ -252,6 +252,32 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://people.apache.org/~ylavic/patches/httpd-2.4.x-SSLProtocol_per_vhost.patch
      +1: ylavic
 
+  *) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503
+     trunk patch: http://svn.apache.org/r1822531
+                  http://svn.apache.org/r1829676
+                  http://svn.apache.org/r1847232
+                  http://svn.apache.org/r1847234
+                  http://svn.apache.org/r1861333
+                  http://svn.apache.org/r1852442
+                  http://svn.apache.org/r1866145
+                  http://svn.apache.org/r1868295
+                  http://svn.apache.org/r1868296
+     2.4.x patch: The core of the patch addressing the issue are r1868295 and
+                  r1868296. The other revisions are unreleated to the core
+                  patch but small changes that ease merging and avoid further
+                  misalignment between trunk and 2.4.x. In order to ease review
+                  I splitted the revisions in 4 blocks and created 4 pull
+                  requests for it on github:
+                  r1822531: https://github.com/apache/httpd/pull/77
+                            https://github.com/apache/httpd/pull/77.diff 
+                  r1829676: https://github.com/apache/httpd/pull/78
+                            https://github.com/apache/httpd/pull/78.diff
+                  r1847232, r1847234, r1861333: https://github.com/apache/httpd/pull/79
+                                                https://github.com/apache/httpd/pull/79.diff
+                  All revisions: https://github.com/apache/httpd/pull/80
+                                 https://github.com/apache/httpd/pull/80.diff
+     +1: rpluem,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]