Commit 301a2ca9 authored by rch@chromium.org's avatar rch@chromium.org

Enable QUIC 17.

Review URL: https://codereview.chromium.org/297723002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271810 0039d316-1c4b-4281-b951-d872f2087c98
parent 27191c76
......@@ -91,7 +91,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_16);
quic_supported_versions.push_back(QUIC_VERSION_17);
}
HttpNetworkSession::Params::~Params() {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment