| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 67329fd2960b7995ee1ecd650e5704062d2b071c..ca0a761f962efa1193be0d1e4de267d18d7f831e 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 connection blackholes after the
|
| + // handshake is confirmed.
|
| + bool mark_quic_broken_when_network_blackholes;
|
| // Disables QUIC's 0-RTT behavior.
|
| bool quic_always_require_handshake_confirmation;
|
| // Disables QUIC connection pooling.
|
|
|