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

Unified Diff: components/domain_reliability/quic_error_mapping.cc

Issue 2391103003: Landing Recent QUIC changes until 3:24 PM, Oct 01, 2016 UTC-4 (Closed)
Patch Set: Add new error code to quic_error_mapping.cc Created 4 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 | net/quic/chromium/quic_chromium_client_stream.cc » ('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 3b247e88bf0a3220cde5d555258481e8dfa16ada..d23fc4b26b43d2f963ff8a17ca3a938a3fb57f4b 100644
--- a/components/domain_reliability/quic_error_mapping.cc
+++ b/components/domain_reliability/quic_error_mapping.cc
@@ -246,6 +246,9 @@ const struct QuicErrorMapping {
// will lead to crash.
{ net::QUIC_STREAM_SEQUENCER_INVALID_STATE,
"quic.stream_sequencer_invalid_state" },
+ // Connection closed because of server hits max number of sessions allowed.
+ { net::QUIC_TOO_MANY_SESSIONS_ON_SERVER,
+ "quic.too_many_sessions_on_server" },
// No error. Used as bound while iterating.
{ net::QUIC_LAST_ERROR, "quic.last_error"}
« no previous file with comments | « no previous file | net/quic/chromium/quic_chromium_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698