From 08e12049ee784a8fd2642cc74229a3b862c955f9 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 18 Oct 2011 15:50:30 +0000 Subject: [PATCH] analysis: when easy_handles are removed and destroyed, on some systems curl_multihandle informs about that with return code "NO ERROR" -> not a bug --- src/transport/plugin_transport_http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index f8e8570f6..c116a9d77 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -201,7 +201,7 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) //GNUNET_assert (easy_h != NULL); if (easy_h == NULL) { - GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name, + GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, "Client: connection to ended with reason %i: `%s', %i handles running\n", msg->data.result, curl_easy_strerror(msg->data.result), -- 2.25.1