]> granicus.if.org Git - apache/blobdiff - CHANGES
mod_proxy_http: don't pretend we are sending a body before ProxyErrorOverride
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 598e6302cf5ab61130d850d237eaead6303b1fa4..34579a6f25a567ff3af6b21683e1e3384530be92 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,13 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_reqtimeout: Fix body timeout disabling for CONNECT requests to avoid
+     triggering mod_proxy_connect's AH01018 once the tunnel is established.
+     [Yann Ylavic]
+
+  *) mod_proxy_balancer: Prevent redirect loops between workers within a
+     balancer by limiting the number of redirects to the number balancer
+     members. PR 59864 [Ruediger Pluem]
+
   *) mod_proxy: Correctly consider error response codes by the backend when
      processing failonstatus. PR 59869 [Ruediger Pluem]
 
-  *) mod_http2: new H2CopyFiles directive that changes treatment of file
-     handles in responses. Necessary in order to fix broken lifetime handling
-     in modules such as mod_wsgi.
-
   *) mod_proxy_fcgi: avoid loops when ProxyErrorOverride is enabled
      and the error documents are proxied. PR 55415. [Luca Toscano]
 
@@ -15,10 +19,6 @@ Changes with Apache 2.5.0
      not been modified (HTTP 304) to avoid subsequent bogus reads and
      confusing error messages logged. [Luca Toscano]
 
-  *) mod_http2: removing timeouts on master connection while requests are
-     being processed. Requests may timeout, but the master only times out when
-     no more requests are active. [Stefan Eissing]
-
   *) mod_crypto: Add the all purpose crypto filters with support for HLS.
      [Graham Leggett]