Comment #23 on issue 12258 by [email protected]: Implement byte-range
support in the http cache.
http://code.google.com/p/chromium/issues/detail?id=12258
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=24594
------------------------------------------------------------------------
r24594 | [email protected] | 2009-08-26 22:25:30 -0700 (Wed, 26 Aug 2009)
| 11 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/disk_cache/entry_unittest.cc?r1=24594&r2=24593
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/disk_cache/mem_entry_impl.cc?r1=24594&r2=24593
Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntry
BUG=12258
TEST=DiskCacheEntryTest.MemoryOnlyDoomSparseEntry
The sequence that caused this test to break was to doom to the entry while
it is still opened. Since closing the parent entry only delete itself and
then child entries are not cleaned up. This is corrected by using
InternalDoom() for destruction.
Review URL: http://codereview.chromium.org/174592
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---