]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yeow, Bill why didn't you propose this earlier?
authorBill Stoddard <stoddard@apache.org>
Wed, 2 Feb 2005 19:17:02 +0000 (19:17 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 2 Feb 2005 19:17:02 +0000 (19:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@149548 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 39051aa1bef9db1ea79a3d8c13cce98c5cd66e34..a9536e0c2ab34cc71e15175dd95f07c53cf09d4c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -75,6 +75,15 @@ 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: Eliminate a very ugly race - the parallel starting 
+       threads were picking up thread identifiers other than their
+       own.  Because the limit of threads is an int, stuffing the 
+       int into the void* value is a safe argument convention.
+
+       http://svn.apache.org/viewcvs.cgi?rev=123899&view=rev
+
+       +1: stoddard
+
     *) LimitRequestFieldSize directive: Remove upper limit on the request field size.    
        http://svn.apache.org/viewcvs.cgi?rev=149269&view=rev
        +1: stoddard