commit 41f548920b7617bf3b8906392e24914090349e8c
parent 15ea1c1ddbbcdf2b780c612bb49edbc8ccc42dcb
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 6 Jun 2018 14:07:54 +0200
Debug statement.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
@@ -1300,6 +1300,9 @@ create_response (void *cls,
curl_easy_setopt (hr->curl,
CURLOPT_URL,
curlurl);
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Forwarding request to: %s\n",
+ curlurl);
GNUNET_free (curlurl);
}
if (0 == strcasecmp (meth,
@@ -1463,6 +1466,7 @@ create_response (void *cls,
curl_easy_setopt (hr->curl,
CURLOPT_HTTPHEADER,
hr->headers);
+
curl_download_prepare ();
/* means (?) upload is over. */