[ 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