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

Unified Diff: net/http/http_network_session.cc

Issue 1824103002: [Merge to m50] Enable QUIC v30 by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 509a0a7480a0e9c6d98dc42e664a7b83642114b3..43bfcfc7d4c90218e57a086126a825f43bf4bba2 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -133,7 +133,7 @@ HttpNetworkSession::Params::Params()
quic_migrate_sessions_early(false),
proxy_delegate(NULL),
enable_token_binding(false) {
- quic_supported_versions.push_back(QUIC_VERSION_27);
+ quic_supported_versions.push_back(QUIC_VERSION_30);
}
HttpNetworkSession::Params::Params(const Params& other) = default;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698