RESOLVED FIXED 25854
[GTK] Should tell servers we only support identity as content encoding
https://bugs.webkit.org/show_bug.cgi?id=25854
Summary [GTK] Should tell servers we only support identity as content encoding
Gustavo Noronha (kov)
Reported 2009-05-18 05:28:34 PDT
Some servers assume clients can handle content encodings such as gzip. This is something I intended to fix some time ago, but got distracted and forgot. I was reminded by a bug report in the Debian package: http://bugs.debian.org/529271.
Attachments
Force identity as content encoding (1.43 KB, patch)
2009-05-18 05:29 PDT, Gustavo Noronha (kov)
jmalonzo: review+
Gustavo Noronha (kov)
Comment 1 2009-05-18 05:29:00 PDT
Created attachment 30446 [details] Force identity as content encoding WebCore/ChangeLog | 10 ++++++++++ .../platform/network/soup/ResourceHandleSoup.cpp | 5 +++++ 2 files changed, 15 insertions(+), 0 deletions(-)
Jan Alonzo
Comment 2 2009-05-18 06:07:47 PDT
Comment on attachment 30446 [details] Force identity as content encoding r=me. But please do file a separate (tracking) bug for a proper content-encoding support in webkitgtk/libsoup so we don't forget about it.
Gustavo Noronha (kov)
Comment 3 2009-05-18 06:28:46 PDT
(In reply to comment #2) > (From update of attachment 30446 [details] [review]) > r=me. But please do file a separate (tracking) bug for a proper > content-encoding support in webkitgtk/libsoup so we don't forget about it. > Done: https://bugs.webkit.org/show_bug.cgi?id=25855 It points to the GNOME bug, and to this one.
Gustavo Noronha (kov)
Comment 4 2009-05-18 10:36:04 PDT
Landed as r43832.
Note You need to log in before you can comment on or make changes to this bug.