Chromium Code Reviews

Unified Diff: net/http/http_cache.cc

Issue 2104013: Revert r47395. Looks like it still crashes =/ (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | net/http/http_network_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
}
« no previous file with comments | « no previous file | net/http/http_network_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine