gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: suspend while checking for paym


From: gnunet
Subject: [taler-anastasis] branch master updated: suspend while checking for payment
Date: Tue, 16 Mar 2021 18:37:31 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 50b98c2  suspend while checking for payment
50b98c2 is described below

commit 50b98c251db815591e93a5949c7cca52f09f1562
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Mar 16 18:37:28 2021 +0100

    suspend while checking for payment
---
 src/backend/anastasis-httpd_truth_upload.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/backend/anastasis-httpd_truth_upload.c 
b/src/backend/anastasis-httpd_truth_upload.c
index e13bfcd..5323eac 100644
--- a/src/backend/anastasis-httpd_truth_upload.c
+++ b/src/backend/anastasis-httpd_truth_upload.c
@@ -413,6 +413,10 @@ begin_payment (struct TruthUploadContext *tuc)
                                        
TALER_EC_ANASTASIS_GENERIC_PAYMENT_CHECK_START_FAILED,
                                        "Could not check order status");
   }
+  GNUNET_CONTAINER_DLL_insert (tuc_head,
+                               tuc_tail,
+                               tuc);
+  MHD_suspend_connection (tuc->connection);
   return MHD_YES;
 }
 

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