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

Unified Diff: components/domain_reliability/quic_error_mapping.cc

Issue 1983183002: Landing Recent QUIC changes until 5/14/2016 02:25:25 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "first try to fix link error for win_clang build" Created 4 years, 7 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/BUILD.gn » ('j') | no next file with comments »
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 3dee27777ffec9c86dac53fa50fadd7ec90da1c9..f8904717b0ee31a8ef2deaec60f7ff9f2dd0ce44 100644
--- a/components/domain_reliability/quic_error_mapping.cc
+++ b/components/domain_reliability/quic_error_mapping.cc
@@ -32,6 +32,8 @@ const struct QuicErrorMapping {
// Attempt to send unencrypted STREAM frame.
{ net::QUIC_ATTEMPT_TO_SEND_UNENCRYPTED_STREAM_DATA,
"quic.attempt.to.unencrypted.stream.data" },
+ // Received a frame which is likely the result of memory corruption.
+ { net::QUIC_MAYBE_CORRUPTED_MEMORY, "quic.maybe.corrupted.momery" },
// FEC frame data is not encrypted.
{ net::QUIC_UNENCRYPTED_FEC_DATA, "quic.unencrypted.fec.data" },
// RST_STREAM frame data is malformed.
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698