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

Unified Diff: net/spdy/spdy_websocket_stream_unittest.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/spdy/spdy_session_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_websocket_stream_unittest.cc
===================================================================
--- net/spdy/spdy_websocket_stream_unittest.cc (revision 110097)
+++ net/spdy/spdy_websocket_stream_unittest.cc (working copy)
@@ -255,7 +255,7 @@
if (throttling) {
// Set max concurrent streams to 1.
- spdy_session_pool->mutable_spdy_settings()->Set(
+ spdy_session_pool->http_server_properties()->SetSpdySettings(
host_port_pair_, spdy_settings_to_set_);
}
« no previous file with comments | « net/spdy/spdy_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698