]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport in mod_ssl.
authorMadhusudan Mathihalli <madhum@apache.org>
Sat, 27 Mar 2004 00:18:03 +0000 (00:18 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Sat, 27 Mar 2004 00:18:03 +0000 (00:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103167 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0971489202ec5919698d91b28c49583057f4ed6d..a160cd8626a2d037f1f46bba91eb53ce76d3bcd3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/27 00:08:40 $]
+Last modified at [$Date: 2004/03/27 00:18:03 $]
 
 Release:
 
@@ -72,6 +72,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! ]
 
+    *) mod_ssl: Disable the extra session caching in OpenSSL to prevent
+       memory leak. PR: 26562.
+           modules/ssl/ssl_engine_init.c:    r1.127
+           modules/ssl/ssl_toolkit_compat.h: r1.41
+       +1: madhum
+
     *) Fixed mean and median calculations in ab, also changed where time values
        are set for start and connect when doing keep alive benchmarking.
            support/ab.c: r1.143