commit | 32fe14d47227fdd4a6e420320f6fa8a80ca34367 | [log] [tgz] |
---|---|---|
author | Zhongyi Shi <[email protected]> | Thu Feb 28 00:25:36 2019 |
committer | Commit Bot <[email protected]> | Thu Feb 28 00:25:36 2019 |
tree | a84ed8001f68e33062c74d80386be3ed7ddfb918 | |
parent | 35aecb9f48d8a21059b72e607c4adeed8871627b [diff] [blame] |
Finch protect QUIC connection migration for idle sessions with "migrate_idle_sessions". Bug: 929351 Change-Id: I452cb2c5e393568e65ce0cca80da26a60d5dd889 Reviewed-on: https://chromium-review.googlesource.com/c/1490410 Reviewed-by: Ryan Hamilton <[email protected]> Reviewed-by: Misha Efimov <[email protected]> Commit-Queue: Zhongyi Shi <[email protected]> Cr-Commit-Position: refs/heads/master@{#636221}
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc index 1d14ef04..a48f5a8 100644 --- a/net/quic/quic_http_stream_test.cc +++ b/net/quic/quic_http_stream_test.cc
@@ -326,6 +326,7 @@ /*default_network=*/NetworkChangeNotifier::kInvalidNetworkHandle, quic::QuicTime::Delta::FromMilliseconds( kDefaultRetransmittableOnWireTimeoutMillisecs), + /*migrate_idle_session=*/false, base::TimeDelta::FromSeconds(kDefaultIdleSessionMigrationPeriodSeconds), base::TimeDelta::FromSeconds(kMaxTimeOnNonDefaultNetworkSecs), kMaxMigrationsToNonDefaultNetworkOnWriteError,