Closed
Bug 1371260
Opened 9 years ago
Closed 9 years ago
Fix HttpChannelChild::GetCacheTokenLastFetched condition.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(1 file)
|
1.37 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
The condition of GetCacheTokenFetchCount and GetCacheTokenLastFetched are answering that the data is not available if the cacheEntryAvailable nor the altDataCacheEntryAvailable are available (which is a typo), which is impossible as only one of them is true at a time.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8875706 -
Flags: review?(valentin.gosu)
Updated•9 years ago
|
Attachment #8875706 -
Flags: review?(valentin.gosu) → review+
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/35d8d330b97d
Allow fetchCount/lastFetched to be read when either cache or alt-data cache entry is available. r=valentin
Comment 3•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•