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

Unified Diff: net/http/http_network_session.cc

Issue 428383002: QUIC - enable persisting of QUICServerInfo (server config) to disk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index fe7cf1d6734fbbd8ce7e6a989de19ad284dc61de..78e992b4947ee6b38b4a656336801881dac0ece8 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -87,7 +87,7 @@ HttpNetworkSession::Params::Params()
enable_quic_port_selection(true),
enable_quic_pacing(false),
enable_quic_time_based_loss_detection(false),
- enable_quic_persist_server_info(false),
+ enable_quic_persist_server_info(true),
wtc 2014/07/31 00:58:02 This is just a quick and dirty fix, right? I think
ramant (doing other things) 2014/07/31 00:59:40 The following CL deletes enable_quic_persist_serve
quic_clock(NULL),
quic_random(NULL),
quic_max_packet_length(kDefaultMaxPacketSize),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698