|
|
Chromium Code Reviews
DescriptionRemove an unused QuicStreamFactory::Job constructor
Removes an unused Job constructor and add const-ness to a few member fields.
BUG=704953
Review-Url: https://codereview.chromium.org/2789403002
Cr-Commit-Position: refs/heads/master@{#462130}
Committed: https://chromium.googlesource.com/chromium/src/+/385c750bda55aeca96a2b55c30d1f56b6a816f57
Patch Set 1 #
Total comments: 3
Patch Set 2 : remove ResumeConnect() per suggestion #Messages
Total messages: 21 (14 generated)
The CQ bit was checked by xunjieli@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
xunjieli@chromium.org changed reviewers: + zhongyi@chromium.org
Description was changed from ========== Remove an unused QuicStreamFactory::Job constructor Removes an unused Job constructor and add const-ness to a few member fields. BUG=704949 ========== to ========== Remove an unused QuicStreamFactory::Job constructor Removes an unused Job constructor and add const-ness to a few member fields. BUG=704953 ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... File net/quic/chromium/quic_stream_factory.cc (left): https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... net/quic/chromium/quic_stream_factory.cc:413: weak_factory_(this) {} Tracing the history of this code, this Job was used when we tried resume connection if the 0RTT handshake had timed out. We don't have that logic anymore in the current world. You might want to remove the code for RESUME_CONNECT as well. https://codereview.chromium.org/318993004/
rch@chromium.org changed reviewers: + rch@chromium.org
lgtm https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... File net/quic/chromium/quic_stream_factory.cc (left): https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... net/quic/chromium/quic_stream_factory.cc:413: weak_factory_(this) {} On 2017/04/05 00:00:29, Zhongyi Shi wrote: > Tracing the history of this code, this Job was used when we tried resume > connection if the 0RTT handshake had timed out. We don't have that logic anymore > in the current world. You might want to remove the code for RESUME_CONNECT as > well. > > https://codereview.chromium.org/318993004/ Nice catch, both of you. I agree with this suggestion.
The CQ bit was checked by xunjieli@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Cherie: PTAL. Thanks. https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... File net/quic/chromium/quic_stream_factory.cc (left): https://codereview.chromium.org/2789403002/diff/1/net/quic/chromium/quic_stre... net/quic/chromium/quic_stream_factory.cc:413: weak_factory_(this) {} On 2017/04/05 00:10:10, Ryan Hamilton wrote: > On 2017/04/05 00:00:29, Zhongyi Shi wrote: > > Tracing the history of this code, this Job was used when we tried resume > > connection if the 0RTT handshake had timed out. We don't have that logic > anymore > > in the current world. You might want to remove the code for RESUME_CONNECT as > > well. > > > > https://codereview.chromium.org/318993004/ > > Nice catch, both of you. I agree with this suggestion. Done. Good catch! The tests added in that CL are all passing, so I didn't touch them. PTAL.
lgtm! Thanks for doing this!
The CQ bit was unchecked by xunjieli@chromium.org
The CQ bit was checked by xunjieli@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from rch@chromium.org Link to the patchset: https://codereview.chromium.org/2789403002/#ps20001 (title: "remove ResumeConnect() per suggestion")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1491405048234600,
"parent_rev": "eafdfdb6623fccf2b2733d286f1e9a29d9784f66", "commit_rev":
"385c750bda55aeca96a2b55c30d1f56b6a816f57"}
Message was sent while issue was closed.
Description was changed from ========== Remove an unused QuicStreamFactory::Job constructor Removes an unused Job constructor and add const-ness to a few member fields. BUG=704953 ========== to ========== Remove an unused QuicStreamFactory::Job constructor Removes an unused Job constructor and add const-ness to a few member fields. BUG=704953 Review-Url: https://codereview.chromium.org/2789403002 Cr-Commit-Position: refs/heads/master@{#462130} Committed: https://chromium.googlesource.com/chromium/src/+/385c750bda55aeca96a2b55c30d1... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/385c750bda55aeca96a2b55c30d1... |
