From: Davi Arnaut Date: Fri, 16 Nov 2007 20:34:22 +0000 (+0000) Subject: Remove proposal, fix is already backported (r574884) but has X-Git-Tag: 2.2.7~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffddfb6985b6bc412d6fda6a6a6f6857170cd29;p=thirdparty%2Fapache%2Fhttpd.git Remove proposal, fix is already backported (r574884) but has no CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595813 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 650573473f1..119f74a8396 100644 --- a/STATUS +++ b/STATUS @@ -241,19 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, trawick - - * mod_ssl: Don't use the pconf pool for allocating memory pointed by - a local static variable. PR 43865. - trunk: - http://svn.apache.org/viewvc?view=rev&revision=591384 - 2.2.x: - Trunk patch has a simple conflict due to name change of - a optional function variable, refreshed patch: - http://people.apache.org/~davi/ssl_engine_var_safe.patch - +1: davii, rpluem - rpluem says: I am +1 for the patch itself, but please add a CHANGES - entry for it as it fixes a PR. - * core: Avoid some unexpected connection closes by telling the client that the connection is not persistent if the MPM process handling the request is already exiting when the response header is built.