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

Unified Diff: net/http/http_network_session.cc

Issue 1796253002: Add an option to disable net::BidirectionalStreamQuicImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 35c06cb88bc6290d10fc1adb78fc9fa8e14f7acd..efffc8b3aa2fd7c37c8ee23133983b4a0a8b03dd 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -131,6 +131,7 @@ HttpNetworkSession::Params::Params()
quic_disable_preconnect_if_0rtt(false),
quic_migrate_sessions_on_network_change(false),
quic_migrate_sessions_early(false),
+ disable_bidirectional_stream_quic_impl(false),
proxy_delegate(NULL),
enable_token_binding(false) {
quic_supported_versions.push_back(QUIC_VERSION_29);

Powered by Google App Engine
This is Rietveld 408576698