From: Christophe Jaillet Date: Wed, 17 Apr 2013 05:58:00 +0000 (+0000) Subject: Remove vote for now in order to take rjung's comment on dev list into consideration. X-Git-Tag: 2.4.5~415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf9783e31593e862175c8885fcf07a09565a8d4b;p=apache Remove vote for now in order to take rjung's comment on dev list into consideration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1468754 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3c199fa964..0097ad0b59 100644 --- a/STATUS +++ b/STATUS @@ -205,14 +205,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.x-failontimeout.patch +1: druggeri - * tune ap_escape_logitem to avoid waste of memory - trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1461869 - http://svn.apache.org/viewvc?view=revision&revision=1468089 - 2.4.x patch: trunk patch works (with some offset) - +1: jailletc36, minfrin - -0: jorton: nitpick, using (signed) int to count string length doesn't look good! - jailletc36: done in 1468089 - * mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs with SSLProxyMachineCertificateFile/Path directives. PR 52212, PR 54698. (check at startup, to prevent segfaults at proxy request time)