Chromium Code Reviews| 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..410bf6a7c0a3c0e2644c898830ff02d3cbb5c22b 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_when_connection_times_out_with_open_streams; |
|
Ryan Hamilton
2016/01/21 15:11:09
How 'bout making this a bit shorter:
disable_quic
Zhongyi Shi
2016/01/21 19:43:54
Done.
|
| // Enables QUIC for proxies. |
| bool enable_quic_for_proxies; |
| // Instruct QUIC to use consistent ephemeral ports when talking to |