Bug 160289 - deflate support is broken
Summary: deflate support is broken
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: http (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 04:28 UTC by David Dick
Modified: 2009-04-25 01:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Dick 2008-04-03 04:28:20 UTC
Version:            (using KDE 3.5.9)
Installed from:    Fedora RPMs
OS:                Linux

When you access a site that serves data as 'Content-Encoding: deflate' such as http://david.fullrecall.com/browser-http-compression-test?compression=deflate-http konqueror fails to decompress it, unlike other browsers such as Firefox and Opera. http://www.mail-archive.com/libwww%40perl.org/msg04150.html explains that there are two "in the wild" possibilities for deflate compression, one using checksums (which is the "correct" http version contained in rfc1950) and one not using checksums (which konqueror uses and is the zlib implementation in rfc1951).  Both need to be supported by browsers that advertise deflate support, or at the least, the "correct" version.
Comment 1 David Faure 2009-04-25 01:10:57 UTC
SVN commit 958902 by dfaure:

Cool, more testcases for deflate and gzip compression.
They all work fine in current KDE (the fix will be released in 4.3)  (see bug 117683)
BUG: 160289


 M  +1 -0      README  


WebSVN link: http://websvn.kde.org/?view=rev&revision=958902