GNOME Bugzilla – Bug 676478
Broken gzip decoding
Last modified: 2012-06-14 10:31:40 UTC
I have noticed that many b.g.o urls are not properly rendered with libsoup master. I researched a bit, and found that by not sending the "Accept-Endoding: gzip, deflate" header all issues are gone. So we should be doing something wrong in the decoding streams. It's easy to see the issue for example in this URL: https://bugzilla.gnome.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=libsoup&content=
Hm... how does that URL fail for you? It works fine for me with libsoup master
Now that you mention it it's actually not 100% reproducible (it was for me the other day), I get the same behaviour in the new bug b.g.o page as well...
(In reply to comment #1) > Hm... how does that URL fail for you? It works fine for me with libsoup master It fails in the sense that several resources are not retrieved (like CSS) and the page layout is a mess. I could have attached a screenshot but it'd be useless.
Created attachment 214924 [details] [review] Refactor coding-test.c results Refactors coding-test results. This will help us adding tests for the new API
Created attachment 214925 [details] [review] coding-test: test also SoupRequest API According to the tests everything should be working fine...
Arg! haven't seen your commit from yesterday before....
Turns out this is GConverterInputStream's fault
fixed in glib master
*** Bug 676613 has been marked as a duplicate of this bug. ***