summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-12-14 15:24:32 +0000
committerYann Ylavic <ylavic@apache.org>2021-12-14 15:24:32 +0000
commit14ffd8c7b397046cfa8e0195b07eb42dc41e644e (patch)
tree80316b356acb2512a439cb5404abc0a716330752 /CHANGES
parent3ec0ffb9e1ac05622b97a7afd6992dd2bd41ce38 (diff)
downloadhttpd-14ffd8c7b397046cfa8e0195b07eb42dc41e644e.tar.gz
Sync changes-entries [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32d6c01756..63ff1a9337 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,24 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+
+
+
+ *) http: Enforce that fully qualified uri-paths not to be forward-proxied
+ have an http(s) scheme, and that the ones to be forward proxied have a
+ hostname, per HTTP specifications. [Ruediger Pluem, Yann Ylavic]
+
+ *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite
+ loop when clients close connections prematurely.
+ Enhanced the scoreboard status updates on h2 connections for
+ mod_status. 'server-status' now gives a better idea what the
+ connection is working on.
+ [Stefan Eissing]
+
+ *) mod_http: Correctly sent a 100 Continue status code when sending an interim
+ response as result of an Expect: 100-Continue in the request and not the
+ current status code of the request. PR 65725 [Ruediger Pluem]
+
*) mod_proxy_connect: Honor the smallest of the backend or client timeout
while tunneling. [Yann Ylavic]