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

Unified Diff: ios/crnet/crnet_environment.mm

Issue 1643463004: Disable Alt-Svc in Crnet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: ios/crnet/crnet_environment.mm
diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
index 0118dd731d40cf8e4cbf32063cdb72cbd82e0cf6..36144bdaa5ece01fe74378db738c0303f97a8223 100644
--- a/ios/crnet/crnet_environment.mm
+++ b/ios/crnet/crnet_environment.mm
@@ -438,7 +438,7 @@ void CrNetEnvironment::InitializeOnNetworkThread() {
params.net_log = main_context_->net_log();
params.next_protos =
net::NextProtosWithSpdyAndQuic(spdy_enabled(), quic_enabled());
- params.use_alternative_services = true;
+ params.use_alternative_services = false;
params.enable_quic = quic_enabled();
params.alternative_service_probability_threshold =
alternate_protocol_threshold_;
« 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