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

Unified Diff: net/http/http_network_session.cc

Issue 903273002: Update from https://crrev.com/315085 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « net/http/http_atom_list.h ('k') | net/http/http_network_transaction.cc » ('j') | 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 3376051dfe2d602a61eaa76cf82050d2be3e57b6..3908d7437f9dbfc6f78f6c84d5cb7737278d8afb 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -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() {}
« no previous file with comments | « net/http/http_atom_list.h ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698