Commit 2f8d2a81 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

some votes



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1728539 13f79535-47bb-0310-9956-ffa450edef68
parent 60a9a575
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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.