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

Unified Diff: net/http/http_network_session.cc

Issue 2892613002: IOThread: Use URLRequestContextBuilder::NetworkSessionParams. (Closed)
Patch Set: Merge Created 3 years, 7 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 6f5a1e5a661ad3af7f54555e0eee67eff2db1cea..d299bf93a721ebfdcdeec802f904143dffee6510 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -145,7 +145,7 @@ HttpNetworkSession::Params::Params()
proxy_delegate(nullptr),
enable_token_binding(false),
http_09_on_non_default_ports_enabled(false) {
- quic_supported_versions.push_back(QUIC_VERSION_37);
+ quic_supported_versions.push_back(QUIC_VERSION_DEFAULT);
}
HttpNetworkSession::Params::Params(const Params& other) = default;
« no previous file with comments | « components/network_session_configurator/network_session_configurator.cc ('k') | net/quic/core/quic_versions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698