You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work. I've used it to test my script for a long time. But recently, I switch to Chrome which support ipv6 extension for pac.
I see it support a function of enable_microsoft_extensions(). It surely support dnsResolveEx() function. But it lacks support for sortIpAddressList().
I'm using python_pacparser1.3.0 in ubuntu with python2.7.
I enabled enable_microsoft_extensions() but it seems as if the full set of Microsoft extensions is not supported. I get an error with use of isInNetEx().
From hhylx1...@gmail.com on April 23, 2013 08:14:47
Thanks for your work. I've used it to test my script for a long time. But recently, I switch to Chrome which support ipv6 extension for pac.
I see it support a function of enable_microsoft_extensions(). It surely support dnsResolveEx() function. But it lacks support for sortIpAddressList().
I'm using python_pacparser1.3.0 in ubuntu with python2.7.
Here is their definitions: http://msdn.microsoft.com/en-us/library/windows/desktop/gg308477%28v=vs.85%29.aspx Here is Chrome's support code: https://code.google.com/p/chromium/codesearch#chromium/src/net/proxy/proxy_resolver_v8.cc&q=sortIpA&sq=package:chromium&l=37 My test script and pac script are listed below:
Original issue: http://code.google.com/p/pacparser/issues/detail?id=26
The text was updated successfully, but these errors were encountered: