]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose clogging input filters for backport.
authorPaul Querna <pquerna@apache.org>
Tue, 11 Sep 2007 06:16:45 +0000 (06:16 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 11 Sep 2007 06:16:45 +0000 (06:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574480 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8eff5394e1fddd542f3deb392c2caadecfa26cd8..118142550b67202d657cd9036eeece3170a9f1a2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -82,6 +82,18 @@ 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: