[libsoup/coding: 2/2] disable deflate for now
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoup/coding: 2/2] disable deflate for now
- Date: Tue, 27 Oct 2009 17:38:46 +0000 (UTC)
commit 1307e02b82998a106c5ccb0995fdfaa0e0b83c2c
Author: Dan Winship <danw gnome org>
Date: Tue Oct 27 13:36:07 2009 -0400
disable deflate for now
libsoup/soup-content-decoder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-content-decoder.c b/libsoup/soup-content-decoder.c
index 43eb0d8..51fb155 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]