Chromium Code Reviews| 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(); |
| } |
| void SpdySessionPool::OnSSLConfigChanged() { |