Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index ca0a761f962efa1193be0d1e4de267d18d7f831e..afa78179b2412b3c39b8d8809794a1cecfc04ed7 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -122,6 +122,9 @@ class NET_EXPORT HttpNetworkSession |
// Marks a QUIC server broken when a connection blackholes after the |
// handshake is confirmed. |
bool mark_quic_broken_when_network_blackholes; |
+ // Retry requests which fail with QUIC_PROTOCOL_ERROR, and mark QUIC |
+ // broken if the retry succeeds. |
+ bool retry_without_alt_svc_on_quic_errors; |
// Disables QUIC's 0-RTT behavior. |
bool quic_always_require_handshake_confirmation; |
// Disables QUIC connection pooling. |