From: Bill Stoddard Date: Wed, 10 Mar 2004 15:10:31 +0000 (+0000) Subject: backport candidate X-Git-Tag: 2.0.49~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7203f31ce2ccf7ed562d9f482047f411c3366b;p=thirdparty%2Fapache%2Fhttpd.git backport candidate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102923 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cbd4d81f6ef..e3fff7bee56 100644 --- 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/