]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Move pquerna's proposals to the end of the list
authorRuediger Pluem <rpluem@apache.org>
Tue, 11 Sep 2007 06:52:34 +0000 (06:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 11 Sep 2007 06:52:34 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574489 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 118142550b67202d657cd9036eeece3170a9f1a2..4e2bce3da410951291ceaa539c872dbbb790b356 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -82,27 +82,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
-    * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
-      to revert to the Worker MPM IO behavoirs, rather than just hanging, when 
-      using the Event MPM. (minor MMN bump)
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&revision=546328
-        http://svn.apache.org/viewvc?view=rev&revision=546650
-        http://svn.apache.org/viewvc?view=rev&revision=546715
-      2.2.x version of patch:
-        http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
-    +1: pquerna
-
-
-    * 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: 
-
     * mpm_winnt: Eliminate wait_for_many_objects.  Allows the clean 
       shutdown of the server when the MaxClients is higher then 257,
       in a more responsive manner.
@@ -142,6 +121,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?view=rev&revision=572136
      +1: minfrin
 
+    * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
+      to revert to the Worker MPM IO behavoirs, rather than just hanging, when 
+      using the Event MPM. (minor MMN bump)
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=546328
+        http://svn.apache.org/viewvc?view=rev&revision=546650
+        http://svn.apache.org/viewvc?view=rev&revision=546715
+      2.2.x version of patch:
+        http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
+    +1: pquerna
+
+    * 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: 
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability