You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2018/05/31 13:37:34 UTC

svn commit: r1832612 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jim
Date: Thu May 31 13:37:34 2018
New Revision: 1832612

URL: http://svn.apache.org/viewvc?rev=1832612&view=rev
Log:
Add in userland change notice

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1832612&r1=1832611&r2=1832612&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu May 31 13:37:34 2018
@@ -29,6 +29,9 @@ Changes with Apache 2.4.34
   *) mod_http2: Fix unnecessary timeout waits in case streams are aborted.
      [Stefan Eissing]
 
+  *) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2.
+     [Stefan Eissing]
+
   *) mod_proxy: Do not restrict the maximum pool size for backend connections
      any longer by the maximum number of threads per process and use a better
      default if mod_http2 is loaded.