Closed
Bug 502598
Opened 16 years ago
Closed 16 years ago
crash-stats should serve .jsonz files with Content-Encoding: gzip
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: oremj)
References
()
Details
Working on bug 419882, I noticed that requesting the jsonz file, it doesn't get served with Content-Encoding: gzip, instead it gets served as Content-Type: application/x-gzip, so you have to manually gzip decode it client-side instead of whatever HTTP library you're using handling that for you. It seems like it should be possible to make the server handle this properly. This would make using the JSON output a whole lot easier.
Comment 1•16 years ago
|
||
This is an IT request. I'll assign to aravind, but you might want to file an IT request bug.
These files are served from the Apache layer and aravind has written the rewrite rules for /dumps/
Assignee: nobody → aravind
| Reporter | ||
Comment 2•16 years ago
|
||
Yeah, I thought about that a while after filing this. I'll move it over to Server Ops.
Component: Socorro → Server Operations
Product: Webtools → mozilla.org
QA Contact: socorro → mrz
Summary: should serve .jsonz files with Content-Encoding: gzip → crash-stats should serve .jsonz files with Content-Encoding: gzip
Version: Trunk → other
| Assignee | ||
Updated•16 years ago
|
Assignee: aravind → oremj
| Assignee | ||
Comment 3•16 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•