From: Madhusudan Mathihalli Date: Sat, 28 Feb 2004 00:53:55 +0000 (+0000) Subject: Propose the fix for sending SSL Close Alert message for backport. X-Git-Tag: 2.0.49~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d0dee21b93495b2eb9a820f8c6c8707e71a009;p=thirdparty%2Fapache%2Fhttpd.git Propose the fix for sending SSL Close Alert message for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102795 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5fd9159544f..8fe5b83edc4 100644 --- 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