]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote / move proxy fix out of voting
authorEric Covener <covener@apache.org>
Thu, 5 Sep 2019 19:21:46 +0000 (19:21 +0000)
committerEric Covener <covener@apache.org>
Thu, 5 Sep 2019 19:21:46 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1866487 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 224dc8b200d1e1b27374ba490dbc6d9184ffcfea..302202fe0830416f238fc65774cab0556706ad86 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -152,14 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              months/years without any action item :)
 
     
-   *) mod_proxy: fix concurrent pool access around initialization of workers
-      trunk patch:  http://svn.apache.org/r1865938 + http://svn.apache.org/r1865944
-      2.4.x patch:  http://people.apache.org/~covener/httpd-2.4.x-proxy-segv.diff
-                    (APR_HAS_THREADS context break)
-      +1: covener, jim
-      rpluem says: -1 for now. See further discussion at
-                   https://bz.apache.org/bugzilla/show_bug.cgi?id=63503
-
    *) mod_ssl: Add support for loading certs & keys from PKCS#11 URLs via the
                OpenSSL pkcs11 engine.  Includes related minor cleanups and
                simplification to mod_ssl internals.
@@ -179,7 +171,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             path that is not valid
       trunk patch: http://svn.apache.org/r1866418
       2.4.x patch: svn merge -c 1866418 ^/httpd/httpd/trunk .
-      +1: jailletc36, 
+      +1: jailletc36, covener,
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED
@@ -289,6 +281,14 @@ PATCHES/ISSUES THAT ARE BEING WORKED
              for internal users of this api; not sure if performance
              impact is significant from using malloc here.
 
+   *) mod_proxy: fix concurrent pool access around initialization of workers
+      trunk patch:  http://svn.apache.org/r1865938 + http://svn.apache.org/r1865944
+      2.4.x patch:  http://people.apache.org/~covener/httpd-2.4.x-proxy-segv.diff
+                    (APR_HAS_THREADS context break)
+      +1: covener, jim
+      rpluem says: -1 for now. See further discussion at
+                   https://bz.apache.org/bugzilla/show_bug.cgi?id=63503
+
 
 PATCHES/ISSUES THAT ARE STALLED