You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2006/08/28 18:20:14 UTC

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

Author: mturk
Date: Mon Aug 28 09:20:14 2006
New Revision: 437740

URL: http://svn.apache.org/viewvc?rev=437740&view=rev
Log:
Propose mpm_winnt fix for handling the return
values from wait_for_many_objects.

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=437740&r1=437739&r2=437740&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Aug 28 09:20:14 2006
@@ -88,6 +88,13 @@
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mpm_winnt: Fix return values from wait_for_many_objects.
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=428029
+      2.2.x version of patch:
+        Trunk version works
+      +1: mturk
+
     * Bundled PCRE: backport r381783 from trunk
       Fix brokenness on certain platforms when building with -DDEBUG.
       http://svn.apache.org/viewvc?view=rev&revision=381783