exchange

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

commit 18f16a6aa80358dd8f4797b10ccc7420572fb232
parent 3212e95d33fe187414b10bc17e625066d015ac81
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 09:10:38 +0200

badness

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

diff --git a/src/mhd/mhd2_legal.c b/src/mhd/mhd2_legal.c @@ -295,7 +295,7 @@ return_t: : MHD_HTTP_STATUS_OK, t->compressed_terms_size, t->compressed_terms); - if (MHD_SC_OK == + if (MHD_SC_OK != MHD_response_add_header (resp, MHD_HTTP_HEADER_CONTENT_ENCODING, "deflate"))