summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-06-10 11:24:13 +0000
committerRuediger Pluem <rpluem@apache.org>2020-06-10 11:24:13 +0000
commit97bc128df241a30be6466227efe1502bfd96d29c (patch)
treefec723521822da226b72bc2cd2f48e7877f01429 /CHANGES
parent75350541f0af9eb65535a6fbae4b57b10cf036a0 (diff)
downloadhttpd-97bc128df241a30be6466227efe1502bfd96d29c.tar.gz
* Have the HTTP 0.9 / 1.1 processing code reject requests for
HTTP >= 2.0 with a HTTP Version Not Support status code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0c7b678f12..c2a72710e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
- *) mod_proxy_http2: the "ping" proxy parameter
+
+ *) core: Have the HTTP 0.9 / 1.1 processing code reject requests for
+ HTTP >= 2.0 with a HTTP Version Not Support status code. [Ruediger Pluem]
+
+ *) 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