From 69f1863d899f93a380fbe6be7a73a6467b2a61c3 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 17 May 2019 16:30:37 +0200 Subject: Compression. Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.) --- src/lib/exchange_api_refund.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/exchange_api_refund.c') diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c index 142213177..1fd2c4f01 100644 --- a/src/lib/exchange_api_refund.c +++ b/src/lib/exchange_api_refund.c @@ -386,11 +386,11 @@ refund_obj = json_pack ("{s:o, s:o," /* amount/fee */ "URL for refund: `%s'\n", rh->url); ctx = TEAH_handle_to_context (exchange); - rh->job = GNUNET_CURL_job_add (ctx, - eh, - GNUNET_YES, - &handle_refund_finished, - rh); + rh->job = GNUNET_CURL_job_add2 (ctx, + eh, + rh->ctx.headers, + &handle_refund_finished, + rh); return rh; } -- cgit v1.2.3