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

Issue 318993004: To mitigate the effects of hanging 0-RTT QUIC connections, (Closed)

Created:
6 years, 6 months ago by Ryan Hamilton
Modified:
6 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

To mitigate the effects of hanging 0-RTT QUIC connections, set up a timer to cancel any requests, if the handshake takes too long. The requests will be retried and will use either QUIC or TCP, whichever connects first. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275552

Patch Set 1 #

Total comments: 8

Patch Set 2 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -7 lines) Patch
M net/quic/quic_client_session.h View 4 chunks +7 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 5 chunks +44 lines, -3 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 chunk +3 lines, -1 line 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_network_transaction_unittest.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 9 chunks +71 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Hamilton
6 years, 6 months ago (2014-06-05 21:04:21 UTC) #1
ramant (doing other things)
lgtm https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc File net/quic/quic_client_session.cc (right): https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc#newcode453 net/quic/quic_client_session.cc:453: base::TimeDelta::FromMilliseconds(300)); overly nit: wondering if 300ms is long ...
6 years, 6 months ago (2014-06-05 22:27:19 UTC) #2
ramant (doing other things)
https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc File net/quic/quic_client_session.cc (right): https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc#newcode453 net/quic/quic_client_session.cc:453: base::TimeDelta::FromMilliseconds(300)); On 2014/06/05 22:27:18, ramant wrote: > overly nit: ...
6 years, 6 months ago (2014-06-05 22:33:47 UTC) #3
Ryan Hamilton
https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc File net/quic/quic_client_session.cc (right): https://codereview.chromium.org/318993004/diff/1/net/quic/quic_client_session.cc#newcode453 net/quic/quic_client_session.cc:453: base::TimeDelta::FromMilliseconds(300)); On 2014/06/05 22:27:18, ramant wrote: > overly nit: ...
6 years, 6 months ago (2014-06-05 22:47:51 UTC) #4
Ryan Hamilton
https://codereview.chromium.org/318993004/diff/1/net/quic/quic_stream_factory.cc File net/quic/quic_stream_factory.cc (right): https://codereview.chromium.org/318993004/diff/1/net/quic/quic_stream_factory.cc#newcode211 net/quic/quic_stream_factory.cc:211: was_alternate_protocol_recently_broken_(false), // unused On 2014/06/05 22:27:18, ramant wrote: > ...
6 years, 6 months ago (2014-06-05 22:48:10 UTC) #5
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 6 months ago (2014-06-06 17:16:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/318993004/20001
6 years, 6 months ago (2014-06-06 17:18:46 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 23:37:08 UTC) #8
Message was sent while issue was closed.
Change committed as 275552

Powered by Google App Engine
This is Rietveld 408576698