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

Unified Diff: net/http/http_network_session.cc

Issue 380403002: Enable QUIC version 19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 43153f780bbffa7b163922bc2d79f0c0d0cc0176..b3e3b236bb62cacbeed5e413893f9b97a5e3eef3 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -93,7 +93,7 @@ HttpNetworkSession::Params::Params()
quic_max_packet_length(kDefaultMaxPacketSize),
enable_user_alternate_protocol_ports(false),
quic_crypto_client_stream_factory(NULL) {
- quic_supported_versions.push_back(QUIC_VERSION_18);
+ quic_supported_versions.push_back(QUIC_VERSION_19);
}
HttpNetworkSession::Params::~Params() {}
« 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