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

Issue 1768593003: When QUIC is disabled because of timeouts with open streams, re-enable (Closed)

Created:
4 years, 9 months ago by Ryan Hamilton
Modified:
4 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ian Swett
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

When QUIC is disabled because of timeouts with open streams, re-enable QUIC if TCP jobs are also failing, since this likely indicates a loss of network, not a problem with QUIC. BUG=571098 Committed: https://crrev.com/cee7bebda0eda4ce9316e72459e33995b4bd4f12 Cr-Commit-Position: refs/heads/master@{#380553}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -4 lines) Patch
M net/http/http_stream_factory_impl_job.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.h View 4 chunks +16 lines, -1 line 0 comments Download
M net/quic/quic_stream_factory.cc View 1 7 chunks +53 lines, -3 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 4 chunks +26 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 24 (11 generated)
Ryan Hamilton
rtenneti: PTAL ianswett: FYI
4 years, 9 months ago (2016-03-05 00:34:28 UTC) #2
ramant (doing other things)
lgtm https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc File net/quic/quic_stream_factory.cc (right): https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc#newcode1156 net/quic/quic_stream_factory.cc:1156: if (disabled_reason == QuicChromiumClientSession::QUIC_DISABLED_NOT) nit: a small question ...
4 years, 9 months ago (2016-03-05 00:55:18 UTC) #3
Ryan Hamilton
https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc File net/quic/quic_stream_factory.cc (right): https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc#newcode1156 net/quic/quic_stream_factory.cc:1156: if (disabled_reason == QuicChromiumClientSession::QUIC_DISABLED_NOT) On 2016/03/05 00:55:18, ramant wrote: ...
4 years, 9 months ago (2016-03-05 00:59:50 UTC) #4
ramant (doing other things)
On 2016/03/05 00:59:50, Ryan Hamilton wrote: > https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc > File net/quic/quic_stream_factory.cc (right): > > https://codereview.chromium.org/1768593003/diff/1/net/quic/quic_stream_factory.cc#newcode1156 ...
4 years, 9 months ago (2016-03-05 01:02:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768593003/20001
4 years, 9 months ago (2016-03-07 23:00:31 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/192687)
4 years, 9 months ago (2016-03-08 00:37:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768593003/20001
4 years, 9 months ago (2016-03-10 18:08:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/36592)
4 years, 9 months ago (2016-03-10 19:48:03 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768593003/20001
4 years, 9 months ago (2016-03-10 22:38:01 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129138)
4 years, 9 months ago (2016-03-11 00:22:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768593003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768593003/20001
4 years, 9 months ago (2016-03-11 05:25:03 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-11 06:16:22 UTC) #21
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 06:18:09 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cee7bebda0eda4ce9316e72459e33995b4bd4f12
Cr-Commit-Position: refs/heads/master@{#380553}

Powered by Google App Engine
This is Rietveld 408576698