Chromium Code Reviews| 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 { |