exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 86aa431babb07da1e21867f561c8405e938b60f0
parent 2c461c3eaf2f4069af016891829eacb66fdde850
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 08:35:55 +0200

minor badness

Diffstat:
Msrc/mhd/mhd2_responses.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd/mhd2_responses.c b/src/mhd/mhd2_responses.c @@ -232,7 +232,7 @@ TALER_MHD2_reply_json (struct MHD_Request *request, if (is_compressed) { /* Need to indicate to client that body is compressed */ - if (MHD_SC_OK == + if (MHD_SC_OK != MHD_response_add_header (response, MHD_HTTP_HEADER_CONTENT_ENCODING, "deflate"))