Commit 2bfd4ad4 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

Propose backport of http2 keepalive restoration.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1830734 13f79535-47bb-0310-9956-ffa450edef68
parent 6ff362b5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -271,7 +271,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  *) mod_http2: adding regular memory cleanup when transferring large response bodies. This
     reduces memory footprint and avoids memory exhaustion when transferring large files
     on 32-bit architectures. Fixes PR 62325.
     trunk patch: http://svn.apache.org/r1830419
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2_beam_purge.patch
     +1: icing

@@ -283,6 +282,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  (trunk works modulo CHANGES))
     +1: ylavic,

  *) mod_http2: Restore keepalive timing of v1.10.16, see https://github.com/icing/mod_h2/issues/160.
     trunk patch: http://svn.apache.org/1830562
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2_keepalive_restore.patch
     +1: icing


PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entries should be added at the START of the list ]