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

Unified Diff: net/http/http_network_session.cc

Issue 2595413002: Race preconnects to HTTP2 proxies that support alternate proxies
Patch Set: Rebased, rch comments Created 3 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
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index c49af3be9b43dfc18bca6b70a52a6a51bdd5bf26..1057dab4eefbe4859619db4775bb3353ca5336ed 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -157,7 +157,8 @@ HttpNetworkSession::Params::Params()
proxy_delegate(nullptr),
enable_token_binding(false),
http_09_on_non_default_ports_enabled(false),
- restrict_to_one_preconnect_for_proxies(false) {
+ restrict_to_one_preconnect_for_proxies(false),
+ race_preconnects_to_http2_proxies(false) {
quic_supported_versions.push_back(QUIC_VERSION_35);
}

Powered by Google App Engine
This is Rietveld 408576698