Closed
Bug 1096235
Opened 10 years ago
Closed 10 years ago
Response displayed as binary data when gzip-encoded in App Manager
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 982319
People
(Reporter: me, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141013200257
Steps to reproduce:
1) Using an App Manager connect to an app and open Network tab
2) App sends network request to a server via XHR, receives gzip-encoded JSON content
3) In the Network tab click the row for this request
4) In the Headers tab check that response header Content-Encoding is set to "gzip"
5) Switch to the Response tab to see the actual response
Actual results:
The response content is displayed as binary (suppose it's actual gzipped data)
Expected results:
The response content should be displayed as text or as JSON
Component: Untriaged → Developer Tools: Netmonitor
OS: Linux → Mac OS X
Maybe it's related to #982319 and to the "garbage" part of #1066519
Comment 3•10 years ago
|
||
Indeed, this is a dupe of bug 982319. Thanks for finding that.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•