]> granicus.if.org Git - apache/blobdiff - CHANGES
* Do not retry a direct connection if the request has a request body
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index ed988ad3109c25a845714ec8de07a8684a84e95b..aba838238738b0457152e9a045984f1c013a6d66 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_proxy: Do not try a direct connection if the connection via a
+     remote proxy failed before and the request has a request body.
+     [Ruediger Pluem]
+
   *) mod_include: Correctly handle SSI directives split over multiple filter
      passes.  PR 44447 [Harald Niesche <harald brokenerror.de>]