Open
Bug 1218632
Opened 9 years ago
Updated 2 years ago
test Cache.match() with immutable headers
Categories
(Core :: Storage: Cache API, task)
Core
Storage: Cache API
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
Details
In bug 1217501 we discovered that we were incorrectly setting the headers guard before filling the headers in Cache.match(). The result is some of the headers could possibly be lost (and the error message leaked).
We should write a test to verify this doesn't regress in the future.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•5 years ago
|
Component: DOM: Core & HTML → Storage: Cache API
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•