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

Unified Diff: components/domain_reliability/util.cc

Issue 1562833003: relnote: Clear the FEC group in QuicPacketCreator when encryption_level is none and close the conne… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@26_CL_111359954
Patch Set: sync quic_error_map with quic_protocol Created 4 years, 11 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_connection_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/util.cc
diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
index 4d3801d1a766139a2284be7af88337dc8fbd61a2..f6570971fb0950774be1fa057b41e53645cc691f 100644
--- a/components/domain_reliability/util.cc
+++ b/components/domain_reliability/util.cc
@@ -91,6 +91,8 @@ const struct QuicErrorMapping {
{ net::QUIC_INVALID_STREAM_DATA, "quic.invalid.stream_data" },
// STREAM frame data is not encrypted.
{ net::QUIC_UNENCRYPTED_STREAM_DATA, "quic.unencrypted.stream_data" },
+ // FEC frame data is not encrypted.
+ { net::QUIC_UNENCRYPTED_FEC_DATA, "quic.unencrypted.fec.data" },
// RST_STREAM frame data is malformed.
{ net::QUIC_INVALID_RST_STREAM_DATA, "quic.invalid.rst_stream_data" },
// CONNECTION_CLOSE frame data is malformed.
« no previous file with comments | « no previous file | net/quic/quic_connection_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698