]> granicus.if.org Git - apache/commitdiff
mod_ssl STATUS update.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 11 Nov 2001 02:00:08 +0000 (02:00 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 11 Nov 2001 02:00:08 +0000 (02:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91845 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5a6a4a8fb0c1ac7944a639fdf93fcdec735aa00e..4291fb091bf36b6d6f2c72f8bdd31a605d70e279 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/11/11 01:58:12 $]
+Last modified at [$Date: 2001/11/11 02:00:08 $]
 
 Release:
 
@@ -181,6 +181,13 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       (4) Trying to seperate the https filter logic from mod_ssl -
           This is to facilitate other modules that wish to use the https
           filter or the mod_ssl logic or both as required.
+        Justin: mod_ssl filter logic is redone, so that should be fine.
+                Madhu has submitted a patch for SSL caching - however, I
+                am -0 on that patch as I *think* we could implement the
+                shared memory another way that is much cleaner (i.e.
+                treat shmem directly as a dbm via APR routines).  Justin 
+                also thinks that the https filter logic may be sufficiently
+                decoupled now, but isn't really sure.
 
     * Performance: Get the SINGLE_LISTEN_UNSERIALIZED_ACCEPT
       optimization working in threaded.  prefork's new design for how