Comment #3 on issue 19883 by [email protected]: Proxy settings precedence
is not correct
http://code.google.com/p/chromium/issues/detail?id=19883
Interesting!
According to that log, we parsed the system proxy settings as being
configured against a single proxy
server, "ananthak.mtv.corp.google.com:3128".
So from the perspective of the code, the "Auto detect proxy settings"
checkbox is NOT checked.
Can you send a screenshot for the proxy settings dialog?
I would be very surprised if the parsing on our end is off, since the code
is pretty trivial it is literally just copying a boolean:
if (ie_config.fAutoDetect)
config->auto_detect = true;
Where |ie_config| was a data structure filled by the WinHTTP library
using "WinHttpGetIEProxyConfigForCurrentUser()"
Maybe Win7 has a bug here.
I would be interested to debug further on this system.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---