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 2020/06/20 14:25:10 UTC

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

Author: jim
Date: Sat Jun 20 14:25:10 2020
New Revision: 1879039

URL: http://svn.apache.org/viewvc?rev=1879039&view=rev
Log:
reflow

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=1879039&r1=1879038&r2=1879039&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Jun 20 14:25:10 2020
@@ -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]