You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2006/05/26 22:34:48 UTC

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

Author: chrisd
Date: Fri May 26 13:34:48 2006
New Revision: 409736

URL: http://svn.apache.org/viewvc?rev=409736&view=rev
Log:
Propose backport of PRs 38621 and 38737.

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=409736&r1=409735&r2=409736&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri May 26 13:34:48 2006
@@ -128,3 +128,20 @@
           Trunk version works
       +1: rpluem
 
+    * Worker and event MPMs: Fix for missing code in handling of
+      GracefulShutdownTimeout.  PR 38621.
+        Trunk version of patch:
+          http://svn.apache.org/viewvc?view=rev&revision=377291
+        2.2.x version of patch:
+          http://issues.apache.org/bugzilla/attachment.cgi?id=18356
+      +1: chrisd
+
+    * Worker MPM: On graceless shutdown or restart, send signals to
+      each worker thread to wake them up if they're polling on a
+      Keep-Alive connection.  PR 38737.
+        Trunk version of patch:
+          http://svn.apache.org/viewvc?view=rev&revision=409715
+        2.2.x version of patch:
+          http://issues.apache.org/bugzilla/attachment.cgi?id=18355
+      +1: chrisd
+