gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-twister] branch master updated: enable suspend resum


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: enable suspend resume
Date: Thu, 20 Sep 2018 17:52:04 +0200

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

grothoff pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new b4bbe2c  enable suspend resume
b4bbe2c is described below

commit b4bbe2c09fe266bd74f3b76f00a7b88c3701bac1
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 20 17:51:52 2018 +0200

    enable suspend resume
---
 src/test/test_twister.sh            | 5 +++++
 src/twister/taler-twister-service.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh
index f092e4b..e342b99 100755
--- a/src/test/test_twister.sh
+++ b/src/test/test_twister.sh
@@ -1,4 +1,9 @@
 #!/bin/sh
+if ! which curl > /dev/null
+then
+    echo "curl not found";
+    exit 77
+fi
 
 TWISTER_URL="http://localhost:8888/";
 
diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 071241d..5b2f43a 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -2084,7 +2084,7 @@ run (void *cls,
 
   /* start MHD daemon for HTTP */
   mhd_daemon = MHD_start_daemon
-    (MHD_USE_DEBUG,
+    (MHD_USE_DEBUG | MHD_ALLOW_SUSPEND_RESUME,
      (uint16_t)  port,
      NULL, NULL,
      &create_response, NULL,

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



reply via email to

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