Bug 25854 - [GTK] Should tell servers we only support identity as content encoding
Summary: [GTK] Should tell servers we only support identity as content encoding
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Soup
Depends on:
Blocks:
 
Reported: 2009-05-18 05:28 PDT by Gustavo Noronha (kov)
Modified: 2009-05-18 10:36 PDT (History)
0 users

See Also:


Attachments
Force identity as content encoding (1.43 KB, patch)
2009-05-18 05:29 PDT, Gustavo Noronha (kov)
jmalonzo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 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.
Comment 1 Gustavo Noronha (kov) 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(-)
Comment 2 Jan Alonzo 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.
Comment 3 Gustavo Noronha (kov) 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.
Comment 4 Gustavo Noronha (kov) 2009-05-18 10:36:04 PDT
Landed as r43832.