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

Unified Diff: net/http/http_network_session.cc

Issue 2955673002: Filter QUIC alternative service if the versions advertised by the server (Closed)
Patch Set: address comments #7 Created 3 years, 6 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 | net/spdy/chromium/spdy_session.h » ('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 9ac4300effc2caf0684a9d994be3b81c412f53db..2eb58ee963c7adc9ce1811a33f2cb1abd11826df 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -210,6 +210,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
context.ssl_config_service,
context.http_server_properties,
context.transport_security_state,
+ params.quic_supported_versions,
params.enable_spdy_ping_based_connection_checking,
params.spdy_session_max_recv_window_size,
AddDefaultHttp2Settings(params.http2_settings),
« no previous file with comments | « no previous file | net/spdy/chromium/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698