Commit eb69a8a4 authored by rch's avatar rch Committed by Commit bot

Switch to QUIC version 24.

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

Cr-Commit-Position: refs/heads/master@{#314901}
parent 846191e5
......@@ -97,7 +97,7 @@ HttpNetworkSession::Params::Params()
enable_user_alternate_protocol_ports(false),
quic_crypto_client_stream_factory(NULL),
proxy_delegate(NULL) {
quic_supported_versions.push_back(QUIC_VERSION_23);
quic_supported_versions.push_back(QUIC_VERSION_24);
}
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