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"} |