diff options
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r-- | net/http/http_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index 5f3c0dc..d6624be 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -411,7 +411,7 @@ void HttpCache::CloseCurrentConnections() { session->tcp_socket_pool()->CloseIdleSockets(); if (session->spdy_session_pool()) session->spdy_session_pool()->CloseAllSessions(); - session->Flush(); + session->ReplaceTCPSocketPool(); } } |