From: Bill Stoddard Date: Wed, 2 Feb 2005 19:17:02 +0000 (+0000) Subject: yeow, Bill why didn't you propose this earlier? X-Git-Tag: 2.0.53~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d056c1c0caa4bc00ad32e31dc84e977ee73a4082;p=thirdparty%2Fapache%2Fhttpd.git yeow, Bill why didn't you propose this earlier? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@149548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 39051aa1bef..a9536e0c2ab 100644 --- 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