summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fb-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb-helper.c b/fb-helper.c
index 261d3b8..3dd6dbb 100644
--- a/fb-helper.c
+++ b/fb-helper.c
@@ -399,6 +399,8 @@ int main(int argc, char *argv[])
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 10L);
+ curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
+
/* save time for progress calculation */
gettimeofday(&cb_data.last, NULL);