gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: terminate HTTP client event loo


From: gnunet
Subject: [taler-anastasis] branch master updated: terminate HTTP client event loop
Date: Mon, 23 Mar 2020 11:00:12 +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 ed9df10  terminate HTTP client event loop
ed9df10 is described below

commit ed9df1062cce839302def3a8ddb984a49003f642
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 23 11:00:10 2020 +0100

    terminate HTTP client event loop
---
 src/backend/anastasis-httpd.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/backend/anastasis-httpd.c b/src/backend/anastasis-httpd.c
index 4429206..c43db62 100644
--- a/src/backend/anastasis-httpd.c
+++ b/src/backend/anastasis-httpd.c
@@ -352,6 +352,17 @@ url_handler (void *cls,
 static void
 do_shutdown (void *cls)
 {
+  (void) cls;
+  if (NULL != AH_ctx)
+  {
+    GNUNET_CURL_fini (AH_ctx);
+    AH_ctx = NULL;
+  }
+  if (NULL != rc)
+  {
+    GNUNET_CURL_gnunet_rc_destroy (rc);
+    rc = NULL;
+  }
   if (NULL != mhd_task)
   {
     GNUNET_SCHEDULER_cancel (mhd_task);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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