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

Unified Diff: components/domain_reliability/quic_error_mapping.cc

Issue 1833093002: Disable connection migration if disabled in config sent by server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@home
Patch Set: Fixes minor oversight in ErrorToString. Created 4 years, 9 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/quic_protocol.h » ('j') | net/quic/quic_protocol.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/quic_error_mapping.cc
diff --git a/components/domain_reliability/quic_error_mapping.cc b/components/domain_reliability/quic_error_mapping.cc
index 0245ed08e98dbb50140db7b254d0403398bba546..0334fdc3528168d85b6c2eead5e0c1c0c17f0e6a 100644
--- a/components/domain_reliability/quic_error_mapping.cc
+++ b/components/domain_reliability/quic_error_mapping.cc
@@ -219,6 +219,11 @@ const struct QuicErrorMapping {
// Network changed, but connection had one or more non-migratable streams.
{ net::QUIC_CONNECTION_MIGRATION_NON_MIGRATABLE_STREAM,
"quic.connection_migration_non_migratable_stream" },
+ // Connection migration was not attempted because it was disabled in the
+ // received config.
+ { net::QUIC_CONNECTION_MIGRATION_DISABLED,
+ "quic.connection_migration_disabled" },
+
// Stream frame overlaps with buffered data.
{ net::QUIC_OVERLAPPING_STREAM_DATA,
"quic.overlapping_stream_data" },
« no previous file with comments | « no previous file | net/quic/quic_protocol.h » ('j') | net/quic/quic_protocol.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698