* Graham Leggett wrote:
> Andr� Malo wrote:
>
>> from mod_proxy.c:302:
>>
>> static int proxy_needsdomain(request_rec *r, const char *url, const char
>> *domain)
>>
>> "url" is never used within that function. r->parsed_uri will be evaluated
>> instead. I'd consider this a bug and guess "url" should intentionally be
>> parsed and evaluated. ... right?
>
> Am am not even sure what this particular code does, so I am not sure. I
> is a bit of legacy code from the initial proxy.
Well, some more research needed. It seems there are still a lot of oddities
in the proxy code.
n "todo list? what a todo list? ;-)" d
--
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join #########################
[ $japh =~ /{(.)}/] -> [0] => map $_ -> () # Andr� Malo #
=> @japh; # http://www.perlig.de/ #