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

Unified Diff: components/domain_reliability/quic_error_mapping.cc

Issue 2814633005: Remove unused QUIC_TIMEOUTS_WITH_OPEN_STREAMS QuicErrorCode. (Closed)
Patch Set: Created 3 years, 8 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/core/quic_error_codes.h » ('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 56d3c76591a260d833b408eab5d47b24c4d1c058..fc7ff36feeb0557fc73d44eea828c43b6b389cd0 100644
--- a/components/domain_reliability/quic_error_mapping.cc
+++ b/components/domain_reliability/quic_error_mapping.cc
@@ -126,8 +126,6 @@ const struct QuicErrorMapping {
// Disabled QUIC because of too many PUBLIC_RESETs post handshake.
{net::QUIC_PUBLIC_RESETS_POST_HANDSHAKE,
"quic.public_resets_post_handshake"},
- // Disabled QUIC because of too many timeouts with streams open.
- {net::QUIC_TIMEOUTS_WITH_OPEN_STREAMS, "quic.timeouts_with_open_streams"},
// Closed because we failed to serialize a packet.
{net::QUIC_FAILED_TO_SERIALIZE_PACKET, "quic.failed_to_serialize_packet"},
// QUIC timed out after too many RTOs.
« no previous file with comments | « no previous file | net/quic/core/quic_error_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698