analysis:
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 18 Oct 2011 15:50:30 +0000 (15:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 18 Oct 2011 15:50:30 +0000 (15:50 +0000)
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

index f8e8570f6e93cd05adc90115ceeea727d8ab7458..c116a9d778810f58692a40dff8fd203b37bfb159 100644 (file)
@@ -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),