Closed
Bug 950134
Opened 12 years ago
Closed 12 years ago
HTTP cache v2: remove MOZ_ASSERT(!truncate) when looking up an appcache.
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
|
803 bytes,
patch
|
michal
:
review+
|
Details | Diff | Splinter Review |
The correct behavior is to load from an appcache despite Shift-Reload. OPEN_TRUNCATE is set when BYPASS_LOCAL_CACHE (=nsIRequest::LOAD_BYPASS_CACHE | nsICachingChannel::LOAD_BYPASS_LOCAL_CACHE) is set.
The spec doesn't say anything and this is in parity with the behavior before we have landed cache2.
Formal review is OK.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8347357 -
Flags: review?(michal.novotny)
Updated•12 years ago
|
Attachment #8347357 -
Flags: review?(michal.novotny) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•