]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
SLMutex backport
authorJim Jagielski <jim@apache.org>
Sun, 23 Feb 2003 17:29:25 +0000 (17:29 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 23 Feb 2003 17:29:25 +0000 (17:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98772 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4cf5cc0c08584a4c73870829fbe9ae6a485cf137..f10feec1b5da675058793c671d10820b833a3c31 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/02/23 00:13:38 $]
+Last modified at [$Date: 2003/02/23 17:29:25 $]
 
 Release:
 
@@ -60,6 +60,15 @@ PATCHES TO PORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * Fix SSLMutex bogusness where right now it always uses APR_LOCK_DEFAULT.
+      Allow SSLMutex to choose any APR locking mechanism, ala AcceptMutex.
+      modules/ssl/mod_ssl.c r1.78
+      modules/ssl/mod_ssl.h r1.125
+      modules/ssl/ssl_engine_config.c r1.73
+      modules/ssl/ssl_engine_mutex.c r1.19
+      +1:
+      -1:
+
     * Rewrite how proxy sends its request to allow input bodies to 
       morph the request bodies.  Previously, if an input filter
       changed the request body, the original C-L would be sent which