Logged In: YES
user_id=31435
Back to you! I've spent enough time on it, but I don't
know this code, and it turns out I never get into it
anyway. @Home uses the AutoConfigURL registry gimmick
rather than ProxyEnable (which is 0 on my box) and
ProxyOverride (which doesn't exist on my box).
Even if they did exist, the new proxy_bypass() routine
isn't called if the url passed to open_http() is a string,
and it always is a string for me. Trying to trace *that*
back, this is apparently because the NT getproxies()
function returns {}, and again because @Home isn't enabling
ProxyEnable.
So best I can say is that this code doesn't hurt me.
Note that there are jarring style differences with
surrounding code, primarily use of Capitalized words for
local vrbl names. Also lines and comments spilling past
column 80. The list() call in
list(proxyOverrd.split(';'))
doesn't appear to make sense (.split() returns a list!).
For that matter proxyOverrd is an ugly abbreviation.
|