summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r--net/http/http_network_session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 132195c..094eea8 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -180,6 +180,9 @@ class NET_EXPORT HttpNetworkSession
// If true, active QUIC sessions experiencing poor connectivity may be
// migrated onto a new network.
bool quic_migrate_sessions_early;
+ // If true, bidirectional streams over QUIC will be disabled.
+ bool quic_disable_bidirectional_streams;
+
ProxyDelegate* proxy_delegate;
// Enable support for Token Binding.
bool enable_token_binding;