| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 9f9848963824798cbb3b02047e4f7f350dbd0592..a9c2ac9e233fee9e6d931252a2a27848766f65dc 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -121,6 +121,8 @@ class NET_EXPORT HttpNetworkSession
|
|
|
| // Enables QUIC support.
|
| bool enable_quic;
|
| + // Disable QUIC if a connection times out with open streams.
|
| + bool disable_quic_on_timeout_with_open_streams;
|
| // Enables QUIC for proxies.
|
| bool enable_quic_for_proxies;
|
| // Instruct QUIC to use consistent ephemeral ports when talking to
|
|
|