]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Wed, 12 Sep 2007 19:37:16 +0000 (19:37 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 12 Sep 2007 19:37:16 +0000 (19:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575050 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a770bed6c1362c94cb31791a24c4a0e73be902fa..321c66b828519ee0ff31646236023872b287c503 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * Event MPM: Rework locking of the timeout_mutex, to never hold it while
+      calling blocking operations on the worker queue.
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=567852
+        http://svn.apache.org/viewvc?view=rev&revision=574462
+      2.2.x version of patch:
+        http://people.apache.org/~pquerna/event-mpm-deadlock.patch
+    +1: pquerna, jim, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -132,15 +140,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
     +1: pquerna, jim
 
-    * Event MPM: Rework locking of the timeout_mutex, to never hold it while
-      calling blocking operations on the worker queue.
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&revision=567852
-        http://svn.apache.org/viewvc?view=rev&revision=574462
-      2.2.x version of patch:
-        http://people.apache.org/~pquerna/event-mpm-deadlock.patch
-    +1: pquerna, jim
-
     * mod_proxy_balancer: Do not reset lbstatus, lbfactor and lbset if the
       shared proxy_worker_stat structure for a worker is already initialized
       by the same or another process.