Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Issue 11183007: Removing "WinHttpGetProxyForUrl failed" message. (Closed)

Created:
8 years, 2 months ago by alexeypa (please no reviews)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Removing "WinHttpGetProxyForUrl failed" message. WinHttpGetProxyForUrl() can fail in some network configurations. For example it often fails when running in a home network when it cannot download the PAC script. In other words it is normal for this function to fail and the calling cade should just be able to handle it (which is does already). BUG=156135 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162220

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M net/proxy/proxy_resolver_winhttp.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
alexeypa (please no reviews)
PTAL.
8 years, 2 months ago (2012-10-16 18:23:36 UTC) #1
willchan no longer on Chromium
+eroman I'm surprised to see us use this still. I'm redirecting to Eric, he says ...
8 years, 2 months ago (2012-10-16 18:27:44 UTC) #2
alexeypa (please no reviews)
On 2012/10/16 18:27:44, willchan wrote: > +eroman > > I'm surprised to see us use ...
8 years, 2 months ago (2012-10-16 18:29:12 UTC) #3
willchan no longer on Chromium
That makes sense. LGTM. eroman@, feel free to review if you want. On Tue, Oct ...
8 years, 2 months ago (2012-10-16 18:30:38 UTC) #4
eroman
8 years, 2 months ago (2012-10-16 19:24:26 UTC) #5
LGTM.

Chrome doesn't use this, other than in single process mode. It seems there are
some other consumers that have began using it, which is unfortunate.

Powered by Google App Engine
This is Rietveld 408576698