Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: net/http/http_network_session.h

Issue 1796253002: Add an option to disable net::BidirectionalStreamQuicImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ryan's comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 30cec77f04d48d0ec4aad019a6abd4dece195f9b..141a5650d8ac0dc97c6ffa9bdd1bde8604e2ffa7 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -185,6 +185,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 stream over QUIC will be disabled.
Ryan Hamilton 2016/03/16 20:33:55 Gah! I should have noticed this in the previous re
xunjieli 2016/03/16 20:45:01 Done. no problem at all! We should get this right.
+ bool quic_disable_bidirectional_stream;
+
ProxyDelegate* proxy_delegate;
// Enable support for Token Binding.
bool enable_token_binding;
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698