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

Issue 165089: Http Cache: Deactivate entries without having the key of the... (Closed)

Created:
11 years, 4 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), willchan no longer on Chromium
Visibility:
Public.

Description

Http Cache: Deactivate entries without having the key of the entry to delete. The disk cache may fail to provide the key for a given entry (if there is a disk error, for instance), so we fall back to enumerate the active entries to delete this one. BUG=9952 TEST=unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22701

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -6 lines) Patch
M net/http/http_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_cache.cc View 1 2 chunks +16 lines, -1 line 0 comments Download
M net/http/http_cache_unittest.cc View 15 chunks +60 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
11 years, 4 months ago (2009-08-06 21:35:10 UTC) #1
darin (slow to review)
11 years, 4 months ago (2009-08-06 22:19:16 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698