]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport candidate
authorBill Stoddard <stoddard@apache.org>
Wed, 10 Mar 2004 15:10:31 +0000 (15:10 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 10 Mar 2004 15:10:31 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102923 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cbd4d81f6efd76478f5bf54d7ebf7416bb11e27e..e3fff7bee56578db81476195e08835996e117e9a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/09 20:12:29 $]
+Last modified at [$Date: 2004/03/10 15:10:31 $]
 
 Release:
 
@@ -71,6 +71,12 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Win32: Tweak worker thread accounting routines to prevent
+       server hang when number of Listen directives is >=
+       ThreadsPerChild.
+           server/mpm/winnt/child.c?r1=1.32&r2=1.33
+       +1: stoddard
+
     *) Provide TLS/SSL upgrade functionality in mod_ssl allowing an unsecure
        connection to be upgraded to a secure connection upon request by the
        client.  The full patch file is available at http://www.apache.org/~bnicholes/