From: Jim Jagielski Date: Thu, 4 Feb 2016 19:24:39 +0000 (+0000) Subject: some votes X-Git-Tag: 2.4.19~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f68e578cf9b384bda332db8830fb674e3b7d82;p=thirdparty%2Fapache%2Fhttpd.git some votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 30d62c63adc..31f07bd6135 100644 --- a/STATUS +++ b/STATUS @@ -181,7 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~rjung/patches/aplogno-backport-r1725394.patch http://people.apache.org/~rjung/patches/aplogno-backport-r1725395.patch http://people.apache.org/~rjung/patches/aplogno-backport-r1725468.patch - +1: rjung + +1: rjung, jim icing: needs http://svn.apache.org/r1725468 rjung: You are right, I added r1725468 and restart the vote. @Jim: Only r1725468 is new: removing the added APLOGNO from @@ -193,12 +193,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_ssl: handle APR_TIMEUP on empty input by keeping connection state valid for later retries. trunk patch: http://svn.apache.org/r1725940 - +1: icing + +1: icing, jim *) mod_lbmethod_heartbeat: No need to search twice for the same value trunk patch: http://svn.apache.org/r1725445 2.4.x patch: trunk works - +1: jailletc36, icing + +1: jailletc36, icing, jim *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS remain unset for second or later caller. Fix this by caching the values for @@ -206,12 +206,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: cached case. Change by rpluem trunk patch: http://svn.apache.org/r1725325 2.4.x patch: trunk works - +1: icing + +1: icing, jim *) mod_ssl: Fix some duplicate definitions trunk patch: http://svn.apache.org/r1726888 2.4.x patch: trunk works - +1: mrumph, icing + +1: mrumph, icing, jim *) core: introducing new hook "pre_close_connection" to give protocols other than http/1.1 a chance to send one last frame before close.