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 2007/11/15 22:47:21 UTC

svn commit: r595469 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Thu Nov 15 13:47:20 2007
New Revision: 595469

URL: http://svn.apache.org/viewvc?rev=595469&view=rev
Log:
* Vote and promote.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=595469&r1=595468&r2=595469&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Nov 15 13:47:20 2007
@@ -79,6 +79,17 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * 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=360257
+        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, jim, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -100,20 +111,6 @@
      http://svn.apache.org/viewvc?view=rev&revision=571927
      http://svn.apache.org/viewvc?view=rev&revision=572136
      +1: minfrin, jim
-
-    * 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, jim
-    rpluem says: Your 2.2.x version also contains r360257. Why?
-                 It seems to be that r360257 is part of the write completion
-                 on trunk which is not part of 2.2.x.
 
     * mod_rewrite: Also set the Vary header if a rewrite condition is true and
       uses a HTTP header, but all remaining rewrite conditions are skipped due