]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove unwieldy if-else statement, since it is quite likely that the
authorJim Jagielski <jim@apache.org>
Sun, 11 Dec 2005 21:40:28 +0000 (21:40 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 11 Dec 2005 21:40:28 +0000 (21:40 +0000)
improvement on how we handle these pools will remove the old
logic framework that this was originally intended to preserve.
If not, then so what? This is still better.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@356033 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 41dae2ad6d59069b71d9b156ff7d167c1228e79e..57c47919bbffda8dfe2f89dc5b032c8d2604822c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -126,15 +126,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * proxy_util: Fix case where a shared keepalive connection results in
       different (and incorrect) workers from being accessed.
-      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=350250&view=diff&r1=350250&r2=332306
-
-      http://svn.apache.org/viewcvs.cgi?rev=349723&view=rev
-      http://svn.apache.org/viewcvs.cgi?rev=350009&view=rev
-      http://svn.apache.org/viewcvs.cgi?rev=350250&view=rev
-      jerenkrantz: I don't like the fact that the if/else are doing the same
-                   thing.
+      http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=356030&view=diff&r1=356030&r2=332306
       +1: jim
-      +0: jerenkrantz
 
     * httpd.h build fix for strict compilers.
       http://svn.apache.org/viewcvs.cgi?rev=355143&view=rev