From: Jim Jagielski Date: Sat, 20 Jun 2020 14:25:10 +0000 (+0000) Subject: reflow X-Git-Tag: 2.4.44~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dffb59851946d5bf524f3893bb96d8d91ecdeac8;p=thirdparty%2Fapache%2Fhttpd.git reflow git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879039 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 95dc7be0e29..7d766380263 100644 --- a/CHANGES +++ b/CHANGES @@ -10,13 +10,12 @@ Changes with Apache 2.4.44 was configured with a handshake timeout. Fixes gitub issue #196. [Stefan Eissing] - *) mod_proxy_http2: the "ping" proxy parameter· + *) mod_proxy_http2: the "ping" proxy parameter (see ) is now used - when checking the liveliness of a new or reused h2 connection to the - backend. + when checking the liveliness of a new or reused h2 connection to the backend. With short durations, this makes load-balancing more responsive. The module - will hold back requests until ping conditions are met, using features of - the HTTP/2 protocol alone. [Ruediger Pluem, Stefan Eissing] + will hold back requests until ping conditions are met, using features of the + HTTP/2 protocol alone. [Ruediger Pluem, Stefan Eissing] *) core: httpd is no longer linked against -lsystemd if mod_systemd is enabled (and built as a DSO). [Rainer Jung]