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

Unified Diff: net/http/http_network_session.cc

Issue 557373002: Plumbing for TCP FastOpen field trial and enables it for SSL sockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tfo2
Patch Set: Silly file deleted. Created 6 years, 3 months 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 6a76cf0089f4a3ec718eac86ed5388b1f3fa820f..25bc253913650a15ba951f29c01fd5d9a42fb2e0 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -74,6 +74,7 @@ HttpNetworkSession::Params::Params()
ignore_certificate_errors(false),
testing_fixed_http_port(0),
testing_fixed_https_port(0),
+ enable_tcp_fast_open_for_ssl(false),
force_spdy_single_domain(false),
enable_spdy_compression(true),
enable_spdy_ping_based_connection_checking(true),

Powered by Google App Engine
This is Rietveld 408576698