https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6480
Summary: HTTP decompression of gzip encoded content of 20 bytes
is shown as failed.
Product: Wireshark
Version: 1.6.2
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: wireshark@xxxxxxxxxxx
Build Information:
Wireshark 1.6.2 build from SVN.
--
Sometimes you get an empty reply from a webserver (Content-Length: 0) which
gets gzip compressed (and thus becomes Content-Length: 20).
Content-encoded entity body (gzip): 20 bytes [Error: Decompression failed]
Data: 1f8b080000000000000303000000000000000000
[Length: 20]
However, this is a valid gzip stream, it just returns a zero length output.
Will see if I can find out what a good solution is without mangling
tv_uncompress() too much.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.