[libsoup] Renable advertising brotli support
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] Renable advertising brotli support
- Date: Thu, 20 May 2021 15:19:15 +0000 (UTC)
commit d58335ed3ca1eb7a20dc1703ad100788e2586e3a
Author: Patrick Griffis <pgriffis igalia com>
Date: Thu May 20 10:19:00 2021 -0500
Renable advertising brotli support
libsoup/content-decoder/soup-content-decoder.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/libsoup/content-decoder/soup-content-decoder.c b/libsoup/content-decoder/soup-content-decoder.c
index b6684575..ac680d6f 100644
--- a/libsoup/content-decoder/soup-content-decoder.c
+++ b/libsoup/content-decoder/soup-content-decoder.c
@@ -178,10 +178,7 @@ soup_content_decoder_content_processor_init (SoupContentProcessorInterface *proc
/* This is constant for now */
#ifdef WITH_BROTLI
-/* Don't advertise br support atm until some edge cases are resolved:
- https://gitlab.gnome.org/GNOME/libsoup/issues/146 */
-/* #define ACCEPT_ENCODING_HEADER "gzip, deflate, br" */
-#define ACCEPT_ENCODING_HEADER "gzip, deflate"
+#define ACCEPT_ENCODING_HEADER "gzip, deflate, br"
#else
#define ACCEPT_ENCODING_HEADER "gzip, deflate"
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]