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: progress function mu


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: progress function must be _enabled_.
Date: Mon, 17 Sep 2018 23:48:26 +0200

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

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new 26b8340  progress function must be _enabled_.
26b8340 is described below

commit 26b8340734547f067410e56caa68e0bf05a8d59d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 17 23:03:56 2018 +0200

    progress function must be _enabled_.
---
 src/twister/taler-twister-service.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index 663b68d..6fde9a3 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1364,6 +1364,10 @@ create_response (void *cls,
                         hr);
 
       curl_easy_setopt (hr->curl,
+                        CURLOPT_NOPROGRESS,
+                        0L);
+
+      curl_easy_setopt (hr->curl,
                        CURLOPT_POST,
                        1L);
 

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



reply via email to

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