On Apr 9, 2005, at 6:12 AM, [EMAIL PROTECTED] wrote:
+
+    if (strncasecmp(url, "balancer:", 9) == 0) {
+        url += 9;
+        scheme = "balancer";
+    }
+    else {
+        return DECLINED;
+    }
+

Hold on a sec... I need to test this, but by the time this is called, haven't we rewritten the URL (via rewrite_url()) to remove the 'balancer::' prefix?



Reply via email to