summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-lib/exchange_api_handle.c')
-rw-r--r--src/exchange-lib/exchange_api_handle.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c
index 392a505c6..bf52ac690 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -1197,6 +1197,11 @@ request_keys (void *cls)
curl_easy_setopt (eh,
CURLOPT_URL,
kr->url));
+ /* FIXME: do elsewhere as well */
+ GNUNET_assert (CURLE_OK ==
+ curl_easy_setopt (eh,
+ CURLOPT_ENCODING,
+ "deflate"));
kr->job = GNUNET_CURL_job_add (exchange->ctx,
eh,
GNUNET_NO,