aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-16 09:39:33 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-16 09:39:33 +0000
commit16435d586baf1bf5e867d69cf6e3639bdcef5906 (patch)
tree4ef8db82800e4b58ae591c95c89953578bde9319 /src/transport/plugin_transport_http_client.c
parent9b970163bd5b51260f77e914aacea37318cb1a5a (diff)
downloadgnunet-16435d586baf1bf5e867d69cf6e3639bdcef5906.tar.gz
gnunet-16435d586baf1bf5e867d69cf6e3639bdcef5906.zip
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-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