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

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: Fix test name 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') | no next file with comments »
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..e23547eb6714a9dc01d3a9a26ad3f71a38d821ad 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 quic_disable_preconnect_if_0rtt;
ProxyDelegate* proxy_delegate;
};
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698