gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: allow 204 response


From: gnunet
Subject: [taler-exchange] branch master updated: allow 204 response
Date: Fri, 06 Aug 2021 13:14:38 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e5a14a8b allow 204 response
e5a14a8b is described below

commit e5a14a8b2505533cb13ab28377eb9c3667b95076
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 6 13:14:36 2021 +0200

    allow 204 response
---
 src/bank-lib/bank_api_credit.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/bank-lib/bank_api_credit.c b/src/bank-lib/bank_api_credit.c
index 2a6c64e5..095cc379 100644
--- a/src/bank-lib/bank_api_credit.c
+++ b/src/bank-lib/bank_api_credit.c
@@ -167,6 +167,9 @@ handle_credit_history_finished (void *cls,
     response_code = MHD_HTTP_NO_CONTENT; /* signal end of list */
     ec = TALER_EC_NONE;
     break;
+  case MHD_HTTP_NO_CONTENT:
+    ec = TALER_EC_NONE;
+    break;
   case MHD_HTTP_BAD_REQUEST:
     /* This should never happen, either us or the bank is buggy
        (or API version conflict); just pass JSON reply to the application */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]