| 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.
|
|
|