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

Issue 7532011: Only mark a proxy as bad if we have confirmation that another proxy succeeded for the same request. (Closed)

Created:
9 years, 4 months ago by asanka
Modified:
9 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, darin-cc_chromium.org, mmenke, Paweł Hajdan Jr.
Visibility:
Public.

Description

Only mark a proxy as bad if we have confirmation that another proxy succeeded for the same request. BUG=87336 TEST=net_unittests --gtest_filter=ProxyServiceTest.ProxyFallback:HttpStreamFactoryTest.JobNotifiesProxy Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98643

Patch Set 1 #

Patch Set 2 : Needs more NetLog #

Patch Set 3 : " #

Patch Set 4 : " #

Patch Set 5 : Better names #

Total comments: 4

Patch Set 6 : Address comments #

Patch Set 7 : Update licenses #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -8 lines) Patch
M jingle/notifier/base/proxy_resolving_client_socket.h View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/notifier/base/proxy_resolving_client_socket.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 2 3 4 5 6 7 1 chunk +22 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 3 chunks +99 lines, -0 lines 0 comments Download
M net/proxy/proxy_info.h View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M net/proxy/proxy_info.cc View 1 2 3 4 5 6 2 chunks +7 lines, -3 lines 0 comments Download
M net/proxy/proxy_list.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M net/proxy/proxy_list.cc View 1 2 3 4 5 6 3 chunks +6 lines, -2 lines 0 comments Download
M net/proxy/proxy_service.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 5 6 7 2 chunks +51 lines, -1 line 0 comments Download
M net/proxy/proxy_service_unittest.cc View 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
asanka
This patch defers the addition of a proxy to the list of bad proxies until ...
9 years, 4 months ago (2011-08-17 17:16:52 UTC) #1
eroman
I'm trying to review this right now, but am getting some 500s from codereview. I'll ...
9 years, 4 months ago (2011-08-19 02:12:59 UTC) #2
eroman
Rietveld is working for me today, will do this review ASAP!
9 years, 4 months ago (2011-08-19 18:30:39 UTC) #3
eroman
LGTM! Thanks for adding the extra logging too. http://codereview.chromium.org/7532011/diff/11001/net/proxy/proxy_list.cc File net/proxy/proxy_list.cc (right): http://codereview.chromium.org/7532011/diff/11001/net/proxy/proxy_list.cc#newcode123 net/proxy/proxy_list.cc:123: // ...
9 years, 4 months ago (2011-08-19 21:25:32 UTC) #4
asanka
Thanks! http://codereview.chromium.org/7532011/diff/11001/net/proxy/proxy_service.cc File net/proxy/proxy_service.cc (right): http://codereview.chromium.org/7532011/diff/11001/net/proxy/proxy_service.cc#newcode272 net/proxy/proxy_service.cc:272: iter != retry_info.end(); ++iter) On 2011/08/19 21:25:32, eroman ...
9 years, 4 months ago (2011-08-19 22:09:37 UTC) #5
commit-bot: I haz the power
9 years, 3 months ago (2011-08-29 16:40:01 UTC) #6
Change committed as 98643

Powered by Google App Engine
This is Rietveld 408576698