You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2005/12/11 22:40:29 UTC

svn commit: r356033 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Sun Dec 11 13:40:28 2005
New Revision: 356033

URL: http://svn.apache.org/viewcvs?rev=356033&view=rev
Log:
Remove unwieldy if-else statement, since it is quite likely that the
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.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=356033&r1=356032&r2=356033&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Dec 11 13:40:28 2005
@@ -126,15 +126,8 @@
 
     * 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