]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Commit no-op/comment to allow proposed backport to apply cleanly' proxy_util.c
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 May 2009 18:17:12 +0000 (18:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 May 2009 18:17:12 +0000 (18:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@772388 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 24f5aa2212dcd50b11b4f4062eaf4bdcfefd95b1..d3ec39aba4558c6be0dc4c91ab66efb5f8c27f75 100644 (file)
@@ -1076,6 +1076,9 @@ PROXY_DECLARE(const char *) ap_proxy_location_reverse_map(request_rec *r,
          * 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))) {