]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
revert r1878268
authorStefan Eissing <icing@apache.org>
Fri, 29 May 2020 12:41:34 +0000 (12:41 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 29 May 2020 12:41:34 +0000 (12:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878272 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4156f5c0280d23f9e166b38ef852d7221a372936..161a9b442bec3923e59138b7cb2f52dd961c5be3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy_http2: respect ProxyTimeout settings on backend connections
+     while waiting on incoming data. [Ruediger Pluem, Stefan Eissing]
+
   *) mod_proxy_fcgi: ProxyFCGISetEnvIf unsets variables when expression
      evaluates to false.  PR64365. [Michael König <mail ikoenig.net>]