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

Unified Diff: net/http/http_network_session.cc

Issue 2821463002: Disable HTTP/2 Alternative Services. (Closed)
Patch Set: Fix //jingle/glue/. Created 3 years, 8 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
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 022e746a8eda24b812b3c42b16a2b08259a4e7bb..a869fbe2072a070b81d36756fcabb68aefda0146 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -123,7 +123,7 @@ HttpNetworkSession::Params::Params()
enable_http2(true),
spdy_session_max_recv_window_size(kSpdySessionMaxRecvWindowSize),
time_func(&base::TimeTicks::Now),
- enable_http2_alternative_service_with_different_host(false),
+ enable_http2_alternative_service(false),
enable_quic_alternative_service_with_different_host(true),
enable_quic(false),
mark_quic_broken_when_network_blackholes(false),

Powered by Google App Engine
This is Rietveld 408576698