Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: net/http/http_cache.cc

Issue 23710059: Release the cache entry on deferred redirect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_cache.cc
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
index 4cdcbb6cd88106e68c63f56a906d3f593c320955..0dd3cebf1545d5e0306e815959dc6084d217b3be 100644
--- a/net/http/http_cache.cc
+++ b/net/http/http_cache.cc
@@ -392,7 +392,7 @@ void HttpCache::CloseAllConnections() {
HttpNetworkSession* session = network->GetSession();
if (session)
session->CloseAllConnections();
- }
+}
void HttpCache::CloseIdleConnections() {
net::HttpNetworkLayer* network =
« no previous file with comments | « net/data/url_request_unittest/redirect-test.html.mock-http-headers ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698