Closed
Bug 1110482
Opened 10 years ago
Closed 10 years ago
snappy compress Service Worker Cache body files
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 940273
People
(Reporter: bkelly, Unassigned)
References
Details
When the Cache receives a Response to store, it gets a stream with all content-encoding stripped off. This means the body can be quite large. We need to compress this data to be somewhat efficient with the file system. The current plan is to use a streaming implementation of snappy.
Reporter | ||
Comment 1•10 years ago
|
||
The snappy streams landed before the Cache patches went to review, so the compression code is already included over in bug 940273.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•