From: Joe Orton Date: Wed, 25 Feb 2004 11:00:49 +0000 (+0000) Subject: Propose a mod_ssl fix. X-Git-Tag: 2.0.49~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a880d31978b3e9f12e2cc9f2e96a59439473ed2;p=thirdparty%2Fapache%2Fhttpd.git Propose a mod_ssl fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 05f2c19d4ee..ba1fb2c8a0a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/02/24 09:16:59 $] +Last modified at [$Date: 2004/02/25 11:00:49 $] Release: @@ -80,6 +80,11 @@ 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: 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 + +1: jorton + * mod_setenvif: remove support for remote_user variable which never worked at all. PR 25725 (2.0 + 1.3) modules/metadata/mod_setenvif.c: r1.50