From adb5d7870a6c5229cd5be7411ee7482533042d4f Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sun, 1 Nov 2009 15:10:47 +0000
Subject: [PATCH] #619838 tobiassjosten: support all encodings.

---
 libraries/http_request.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/http_request.inc b/libraries/http_request.inc
index 760d9926..b4ed90c8 100644
--- a/libraries/http_request.inc
+++ b/libraries/http_request.inc
@@ -158,6 +158,7 @@ function http_request_get($url, $username = NULL, $password = NULL, $accept_inva
     curl_setopt($download, CURLOPT_HTTPHEADER, $headers);
     curl_setopt($download, CURLOPT_HEADER, TRUE);
     curl_setopt($download, CURLOPT_RETURNTRANSFER, TRUE);
+    curl_setopt($download, CURLOPT_ENCODING, '');
     if ($accept_invalid_cert) {
       curl_setopt($download, CURLOPT_SSL_VERIFYPEER, 0);
     }
-- 
GitLab