From: Jim Jagielski Date: Thu, 31 May 2018 13:37:34 +0000 (+0000) Subject: Add in userland change notice X-Git-Tag: 2.4.34~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a98d7b4f22107ec1dd7cfb9fca6c224500f4f68;p=thirdparty%2Fapache%2Fhttpd.git Add in userland change notice git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832612 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 07ede5133af..491845096ad 100644 --- a/CHANGES +++ b/CHANGES @@ -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.