Jim Jagielski wrote:
>> + if (strncasecmp(url, "balancer:", 9) == 0) {
>
> 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?
>No. The canon_handler is called during fixup hook while rewrite_url is called from proxy_handler::pre_request hook, thus later.
Regards, Mladen.
