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

Unified Diff: net/quic/core/quic_connection.cc

Issue 2678953002: Deprecate FLAGS_quic_reloadable_flag_quic_only_5rto_client_side in the disabled state, now that it'… (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/core/quic_connection_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.cc
diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
index 3bc93ab051023a0243b9dd72f3c64d35c8907589..56e8c33e2625320e96c2d93321d5a6e00cc8e146 100644
--- a/net/quic/core/quic_connection.cc
+++ b/net/quic/core/quic_connection.cc
@@ -343,10 +343,7 @@ void QuicConnection::SetFromConfig(const QuicConfig& config) {
ack_decimation_delay_ = kShortAckDecimationDelay;
}
if (config.HasClientSentConnectionOption(k5RTO, perspective_)) {
- if (perspective_ == Perspective::IS_CLIENT ||
- !FLAGS_quic_reloadable_flag_quic_only_5rto_client_side) {
- close_connection_after_five_rtos_ = true;
- }
+ close_connection_after_five_rtos_ = true;
}
}
« no previous file with comments | « no previous file | net/quic/core/quic_connection_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698