summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-03-03 15:21:00 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-03-03 15:21:00 +0100
commit4f6b78155e6a4ab1128b81b936e451202c76eedd (patch)
treea5acddff9f73a03598d21c02a813ef1fe529816e
parente37d83f3212e0eaf50f20fbb975b02cfb2f332e3 (diff)
fb-helper: Enable response compressionv1.4.2
This especially improves speed when displaying long histories. Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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);