]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
reflow
authorJim Jagielski <jim@apache.org>
Sat, 20 Jun 2020 14:25:10 +0000 (14:25 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 20 Jun 2020 14:25:10 +0000 (14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879039 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 95dc7be0e29835511134f9ec5dcf6ce9837b986a..7d7663802633213afa7d0695e2805007397ced87 100644 (file)
--- 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 <https://httpd.apache.org/docs/2.4/mod/mod_proxy.html>) 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]