summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2009-10-27 13:36:07 -0400
committerDan Winship <danw@gnome.org>2009-10-27 13:36:37 -0400
commit1307e02b82998a106c5ccb0995fdfaa0e0b83c2c (patch)
tree49d660d5314c5e29f5df6fadd674ed624896fb1d
parentbcda64751ce13b8c5513b6f8ec3f2a8814d0d23c (diff)
downloadlibsoup-coding.tar.gz
disable deflate for nowcoding
-rw-r--r--libsoup/soup-content-decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-content-decoder.c b/libsoup/soup-content-decoder.c
index 43eb0d81..51fb155c 100644
--- a/libsoup/soup-content-decoder.c
+++ b/libsoup/soup-content-decoder.c
@@ -64,7 +64,7 @@ G_DEFINE_TYPE_WITH_CODE (SoupContentDecoder, soup_content_decoder, G_TYPE_OBJECT
soup_content_decoder_session_feature_init))
/* This is constant for now */
-#define ACCEPT_ENCODING_HEADER "gzip,deflate"
+#define ACCEPT_ENCODING_HEADER "gzip"
static void
soup_content_decoder_init (SoupContentDecoder *decoder)