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

Unified Diff: net/http/http_network_session.cc

Issue 2595413002: Race preconnects to HTTP2 proxies that support alternate proxies
Patch Set: ps Created 4 years 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 09a10af1f1e2f3929fd05f655fcaba4354f15221..469c794615a7bb8883b6032c50de80cb61e3a81a 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -156,7 +156,8 @@ HttpNetworkSession::Params::Params()
proxy_delegate(NULL),
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_proxies(false) {
quic_supported_versions.push_back(QUIC_VERSION_35);
}

Powered by Google App Engine
This is Rietveld 408576698