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

Unified Diff: net/http/http_network_session.h

Issue 1502453003: QUIC - Disable Preconnect when QUIC can be spoken to a server with 0RTT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | net/http/http_stream_factory_impl_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index f250ccae1bcbbf6951f842b7cda49639282f8246..2f0367040178db2378e218479dd708dbbcab3dac 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -175,6 +175,8 @@ class NET_EXPORT HttpNetworkSession
bool quic_close_sessions_on_ip_change;
// Specifes QUIC idle connection state lifetime.
int quic_idle_connection_timeout_seconds;
+ // If true, disable preconnections if QUIC can do 0RTT.
+ bool disable_preconnects;
Ryan Hamilton 2015/12/05 04:16:17 I would suggest something like: bool quic_disable
ramant (doing other things) 2015/12/07 20:05:39 Done.
ProxyDelegate* proxy_delegate;
};
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | net/http/http_stream_factory_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698