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

Unified Diff: net/http/http_network_session.cc

Issue 1805913004: Enable QUIC v30 by default (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
« 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 35c06cb88bc6290d10fc1adb78fc9fa8e14f7acd..62b0605d3a65db878700087ab0442b09ee977682 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_29);
+ 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