From 1307e02b82998a106c5ccb0995fdfaa0e0b83c2c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Oct 2009 13:36:07 -0400 Subject: disable deflate for now --- libsoup/soup-content-decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1