]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose the fix for sending SSL Close Alert message for backport.
authorMadhusudan Mathihalli <madhum@apache.org>
Sat, 28 Feb 2004 00:53:55 +0000 (00:53 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Sat, 28 Feb 2004 00:53:55 +0000 (00:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102795 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5fd9159544f4932fa5c7687d720eca3bcc37fc1e..8fe5b83edc4a90d099673145864d2d544d7ea590 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/02/27 21:46:55 $]
+Last modified at [$Date: 2004/02/28 00:53:55 $]
 
 Release:
 
@@ -80,6 +80,10 @@ 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: Send the Close Alert message to the peer before closing
+      the SSL session.
+      +1: madhum
+
     * mod_ssl: Fix nasty memory leak for each plain-HTTP-on-SSL-port request.
       PR: 27106
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.117&r2=1.118