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

Issue 10854204: Automatically retry failed network requests. (Closed)

Created:
8 years, 4 months ago by mmenke
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, gavinp+disk_chromium.org
Visibility:
Public.

Description

Retry failed network requests. BUG=143425

Patch Set 1 : #

Patch Set 2 : Add mysteriously missing line #

Patch Set 3 : Add back rest of no longer so mysteriously missing line #

Total comments: 8

Patch Set 4 : sync #

Patch Set 5 : response to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -30 lines) Patch
M net/http/http_cache_unittest.cc View 1 2 3 6 chunks +10 lines, -8 lines 0 comments Download
M net/http/http_transaction_unittest.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 1 2 3 7 chunks +32 lines, -21 lines 0 comments Download
M net/url_request/url_request_http_job.h View 1 2 3 3 chunks +17 lines, -0 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 6 chunks +128 lines, -1 line 0 comments Download
M net/url_request/url_request_job_unittest.cc View 1 2 3 3 chunks +64 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mmenke
I want to see how promising this looks before making it too complicated. I included ...
8 years, 4 months ago (2012-08-17 18:36:06 UTC) #1
willchan no longer on Chromium
LGTM as a temporary experiment. http://codereview.chromium.org/10854204/diff/5007/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/10854204/diff/5007/net/url_request/url_request_http_job.cc#newcode747 net/url_request/url_request_http_job.cc:747: if (error_before_retry_ != OK) ...
8 years, 4 months ago (2012-08-21 21:01:10 UTC) #2
mmenke
http://codereview.chromium.org/10854204/diff/5007/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/10854204/diff/5007/net/url_request/url_request_http_job.cc#newcode747 net/url_request/url_request_http_job.cc:747: if (error_before_retry_ != OK) { On 2012/08/21 21:01:10, willchan ...
8 years, 4 months ago (2012-08-21 21:25:29 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/10854204/8004
8 years, 4 months ago (2012-08-23 15:04:41 UTC) #4
commit-bot: I haz the power
8 years, 4 months ago (2012-08-23 17:30:12 UTC) #5
Change committed as 153025

Powered by Google App Engine
This is Rietveld 408576698