Chromium Code Reviews
DescriptionThis change implements the performance recommendation from:
http://msdn.microsoft.com/en-us/library/aa383153(VS.85).aspx
This fixes the performance problem of resolving query... when
WinHTTP AutoProxy service is running. Which seems to at least
be default on Vista & w2k3.
************To improve performance************
Call WinHttpGetProxyForUrl with the fAutoLogonIfChallenged parameter set to false.
The autoproxy URL and script are cached for future calls to WinHttpGetProxyForUrl.
If Step 1 fails, with ERROR_WINHTTP_LOGIN_FAILURE, then call WinHttpGetProxyForUrl
with the fAutoLogonIfChallenged member set to true.
BUG=1684
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #Patch Set 5 : '' #Patch Set 6 : '' #Patch Set 7 : '' #Messages
Total messages: 3 (0 generated)
|