Commit 3bd2a733 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent fb0bc5cc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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