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

Unified Diff: net/http/http_network_session.cc

Issue 8423028: Persist dynamically learned SPDY settings (like CWND). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/base/host_port_pair_unittest.cc ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
===================================================================
--- net/http/http_network_session.cc (revision 110097)
+++ net/http/http_network_session.cc (working copy)
@@ -42,7 +42,9 @@
params.ssl_host_info_factory,
params.proxy_service,
params.ssl_config_service),
- spdy_session_pool_(params.host_resolver, params.ssl_config_service),
+ spdy_session_pool_(params.host_resolver,
+ params.ssl_config_service,
+ params.http_server_properties),
ALLOW_THIS_IN_INITIALIZER_LIST(http_stream_factory_(
new HttpStreamFactoryImpl(this))) {
DCHECK(proxy_service_);
« no previous file with comments | « net/base/host_port_pair_unittest.cc ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698