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

Issue 1796973004: Improve retry support for media network loading. (Closed)

Created:
4 years, 9 months ago by hubbe
Modified:
4 years, 9 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2661
Target Ref:
refs/pending/branch-heads/2661
Project:
chromium
Visibility:
Public.

Description

Improve retry support for media network loading. Retry 30 times in 30 seconds instead of 3 times in 750ms. The retries are spaced so that the first retry is 250ms, second is 300ms, then 350ms, etc. BUG=592703 Review URL: https://codereview.chromium.org/1777153002 Cr-Commit-Position: refs/heads/master@{#380723} (cherry picked from commit 018c484fd85b3a64ef1037191ca513b389fa21ff) Committed: https://chromium.googlesource.com/chromium/src/+/dc4b45b89b72a24bd668cdfd3f5e33aec091c1df

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -66 lines) Patch
M media/blink/buffered_data_source.h View 1 chunk +3 lines, -0 lines 0 comments Download
M media/blink/buffered_data_source.cc View 2 chunks +10 lines, -5 lines 0 comments Download
M media/blink/buffered_data_source_unittest.cc View 2 chunks +10 lines, -24 lines 0 comments Download
M media/blink/multibuffer_data_source_unittest.cc View 3 chunks +30 lines, -32 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.h View 1 chunk +3 lines, -0 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.cc View 3 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
hubbe
4 years, 9 months ago (2016-03-14 22:46:08 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
dc4b45b89b72a24bd668cdfd3f5e33aec091c1df.

Powered by Google App Engine
This is Rietveld 408576698