aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_http_client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 14a58f264..96bd176f4 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -507,9 +507,8 @@ client_connect (struct Session *s)
507 GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey), 507 GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey),
508 plugin->last_tag); 508 plugin->last_tag);
509#if 0 509#if 0
510#endif
511 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name, "URL `%s'\n", url); 510 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name, "URL `%s'\n", url);
512 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name, "ADDRESS `%s'\n", http_plugin_address_to_string (plugin, s->addr, s->addrlen)); 511#endif
513 /* create get connection */ 512 /* create get connection */
514 s->client_get = curl_easy_init (); 513 s->client_get = curl_easy_init ();
515#if VERBOSE_CURL 514#if VERBOSE_CURL