gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: tolerate acceptable status code


From: gnunet
Subject: [taler-merchant] branch master updated: tolerate acceptable status code without error
Date: Sun, 25 Oct 2020 20:38:48 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 5b13841  tolerate acceptable status code without error
5b13841 is described below

commit 5b138413ac84ba76322ec41255143bb5c6cb3557
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Oct 25 20:38:45 2020 +0100

    tolerate acceptable status code without error
---
 src/testing/testing_api_cmd_post_orders.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/testing/testing_api_cmd_post_orders.c 
b/src/testing/testing_api_cmd_post_orders.c
index ff266b1..7f0ef26 100644
--- a/src/testing/testing_api_cmd_post_orders.c
+++ b/src/testing/testing_api_cmd_post_orders.c
@@ -315,6 +315,9 @@ order_cb (void *cls,
       }
     }
     break;
+  case MHD_HTTP_CONFLICT:
+    TALER_TESTING_interpreter_next (ps->is);
+    break;
   default:
     {
       char *s = json_dumps (hr->reply,

-- 
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]