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

Unified Diff: net/http/http_network_session.h

Issue 2600943002: Cleanup the preconnect to proxy code and Job controller code (Closed)
Patch Set: Fix typo 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.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index f1402bfae2908ed943c496809d2ab0037e74fdcb..fdc2cd6c73cd10b5595765090fb5cb11f8b30eee 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -194,6 +194,10 @@ class NET_EXPORT HttpNetworkSession
// Enable HTTP/0.9 for HTTP/HTTPS on ports other than the default one for
// each protocol.
bool http_09_on_non_default_ports_enabled;
+
+ // If true, only one pending preconnect is allowed to proxies that support
+ // request priorities.
+ bool restrict_to_one_preconnect_for_proxies;
Ryan Hamilton 2016/12/28 18:44:38 Does this need to be initialized false in the .cc
tbansal1 2016/12/28 20:15:06 Done. I was relying on network_session_configurato
};
enum SocketPoolType {
« no previous file with comments | « components/network_session_configurator/network_session_configurator.cc ('k') | net/http/http_stream_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698