]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note potential backport
authorJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 01:33:48 +0000 (01:33 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 01:33:48 +0000 (01:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@366382 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 08dac342181852c246c353d426bd16e597fd03f8..cdac7b848af2b2023ab8d84dee719ad73404ade4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -91,6 +91,10 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
+      because it resets backend->hostname to NULL.
+      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
+
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve
       configuration defaults and merge function.