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

Unified Diff: net/quic/quic_connection.cc

Issue 1410733007: Moving flag send_goaway_after_client_migration out of shared code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@105317858
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index 71d9d20379b871f6d0aaf2040457d6e6851e41aa..b1a8a7808da896ef659a4b4d702826aafd64b9d5 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -1367,9 +1367,7 @@ bool QuicConnection::ProcessValidatedPacket() {
<< old_peer_address.ToString() << " to "
<< peer_address_.ToString() << ", migrating connection.";
- if (FLAGS_send_goaway_after_client_migration) {
- visitor_->OnConnectionMigration();
- }
+ visitor_->OnConnectionMigration();
}
time_of_last_received_packet_ = clock_->Now();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698