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

Unified Diff: net/http/http_network_session.h

Issue 2820573004: Remove the code to store and load QUIC server configs in the disk cache. (Closed)
Patch Set: Fix Created 3 years, 8 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 | « net/http/http_cache.cc ('k') | 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 f9115f4648ffa1552c715c99506bae2410b375ba..a2117e068aefc8ff7b8f5a0823986d63f7510b7f 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -122,17 +122,8 @@ class NET_EXPORT HttpNetworkSession
// Retry requests which fail with QUIC_PROTOCOL_ERROR, and mark QUIC
// broken if the retry succeeds.
bool retry_without_alt_svc_on_quic_errors;
- // If not zero, the task to load QUIC server configs from the disk cache
- // will timeout after this value multiplied by the smoothed RTT for the
- // server.
- float quic_load_server_info_timeout_srtt_multiplier;
- // Causes QUIC to race reading the server config from disk with
- // sending an inchoate CHLO.
- bool quic_enable_connection_racing;
// Use non-blocking IO for UDP sockets.
bool quic_enable_non_blocking_io;
- // Disables using the disk cache to store QUIC server configs.
- bool quic_disable_disk_cache;
// Maximum number of server configs that are to be stored in
// HttpServerProperties, instead of the disk cache.
size_t quic_max_server_configs_stored_in_properties;
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698