Index: net/http/http_cache.cc |
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc |
index 5f3c0dc151a64686caedbb4ff9d03a07a35415ad..d6624be8b8a5583a4906b15ab108e29051e55066 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(); |
} |
} |