diff options
author | Stefan Eissing <icing@apache.org> | 2020-06-03 12:01:50 +0000 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2020-06-03 12:01:50 +0000 |
commit | b5ef6235a35edce1c1efa568c356847370979e90 (patch) | |
tree | 5f5b3c15b6f2a7afbdee72d80c3e53aa91a02084 /CHANGES | |
parent | 10342f684711600acafbadd8bd99b7f70185e21e (diff) | |
download | httpd-b5ef6235a35edce1c1efa568c356847370979e90.tar.gz |
*) 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.
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]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) 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. + 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] + *) mod_proxy_http: flush spooled request body in one go to avoid leaking (or long lived) temporary file. PR 64452. [Yann Ylavic] |