Index: net/spdy/spdy_session_pool.cc |
=================================================================== |
--- net/spdy/spdy_session_pool.cc (revision 85710) |
+++ net/spdy/spdy_session_pool.cc (working copy) |
@@ -177,6 +177,7 @@ |
void SpdySessionPool::OnIPAddressChanged() { |
CloseCurrentSessions(); |
+ spdy_settings_.Clear(); |
} |
rkn1
2011/05/20 16:57:37
willchan: Is there a good way to test this functio
willchan no longer on Chromium
2011/05/20 21:29:47
OnIPAddressChanged() is a public method so you can
|
void SpdySessionPool::OnSSLConfigChanged() { |