suggestion for $ua->env_proxy method
am 06.12.2004 06:48:04 von bulk88
Can the env_proxy method return the result of getting the proxy settings
from the enviroment so that this will work?
$EnvProxyResult = $ua->env_proxy;
I would like it so I can have a proper "Using proxy settings from
enviroment....." line. Or a "Forced proxy settings from enviroment not
found". Currently, it just returns false if it gets the proxy settings or
not.
Re: suggestion for $ua->env_proxy method
am 06.12.2004 10:31:25 von gisle
"bulk 88" writes:
> Can the env_proxy method return the result of getting the proxy
> settings from the enviroment so that this will work?
>
> $EnvProxyResult = $ua->env_proxy;
>
> I would like it so I can have a proper "Using proxy settings from
> enviroment....." line. Or a "Forced proxy settings from enviroment not
> found". Currently, it just returns false if it gets the proxy settings
> or not.
I don't see a problem with this. It is more likely to happen if you
are able to provide a patch. Especially if the patch also updates the
documentation and the test suite appropriately.
Regards,
Gisle