Commit ee577519 authored by rch@chromium.org's avatar rch@chromium.org

Enable QUIC_VERSION_21.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287798 0039d316-1c4b-4281-b951-d872f2087c98
parent 035610c8
......@@ -94,7 +94,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_19);
quic_supported_versions.push_back(QUIC_VERSION_21);
}
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