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

Unified Diff: net/http/http_network_session.h

Issue 2789093003: Mark QUIC broken when the network blackholes after the handshake (Closed)
Patch Set: Created 3 years, 9 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
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index b0ed8c0c0df4bfef5a84edfca883c64bcb7d581d..bdd2e4f87db37a7e1434ad9fd2b6fb3c8d966eff 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -119,6 +119,9 @@ class NET_EXPORT HttpNetworkSession
// Enables QUIC support.
bool enable_quic;
+ // Marks a QUIC server broken when a stream is closed with a possibly
+ // network-caused error.
+ bool mark_quic_broken_when_network_suspected;
// Disable QUIC if a connection times out with open streams.
bool disable_quic_on_timeout_with_open_streams;
// Disables QUIC's 0-RTT behavior.

Powered by Google App Engine
This is Rietveld 408576698