Closed
Bug 1837548
Opened 3 years ago
Closed 2 years ago
Handle vary header appropriately for opaque responses
Categories
(Core :: Storage: Cache API, defect, P2)
Core
Storage: Cache API
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: twisniewski, Assigned: hsingh)
References
()
Details
Attachments
(1 file)
We are failing just one test on each of these WPTs: https://wpt.fyi/results/service-workers/cache-storage?q=cache-match .
Cache.match ignores vary headers on opaque response
It would be nice to fix this, as Safari and Chrome will pass these tests once Safari 17 ships.
Updated•3 years ago
|
Severity: -- → S3
Component: DOM: Service Workers → Storage: Cache API
Priority: -- → P3
Updated•3 years ago
|
Priority: P3 → P2
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → hsingh
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by hsingh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c701cd146b5
Ignore vary headers when matching cache with opaque response.r=dom-storage-reviewers,asuth.
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•