You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/06 20:17:12 UTC

svn commit: r772388 - /httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c

Author: wrowe
Date: Wed May  6 18:17:12 2009
New Revision: 772388

URL: http://svn.apache.org/viewvc?rev=772388&view=rev
Log:
Commit no-op/comment to allow proposed backport to apply cleanly' proxy_util.c

Modified:
    httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c

Modified: httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c?rev=772388&r1=772387&r2=772388&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c (original)
+++ httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c Wed May  6 18:17:12 2009
@@ -1076,6 +1076,9 @@
          * find the particulars of the actual worker which may
          * or may not be the right one... basically, we need
          * to find which member actually handled this request.
+         *
+         * TODO: Recover the path from real and use that
+         *       for more exact matching
          */
         if ((strncasecmp(real, "balancer:", 9) == 0) &&
             (balancer = ap_proxy_get_balancer(r->pool, sconf, real))) {