aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 62be281ab..14a58f264 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -492,10 +492,11 @@ client_connect (struct Session *s)
492 CURLMcode mret; 492 CURLMcode mret;
493 493
494#if VERBOSE_CLIENT 494#if VERBOSE_CLIENT
495#endif
495 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 496 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
496 "Initiating outbound session peer `%s'\n", 497 "Initiating outbound session peer `%s'\n",
497 GNUNET_i2s (&s->target)); 498 GNUNET_i2s (&s->target));
498#endif 499
499 500
500 s->inbound = GNUNET_NO; 501 s->inbound = GNUNET_NO;
501 502
@@ -506,8 +507,9 @@ client_connect (struct Session *s)
506 GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey), 507 GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey),
507 plugin->last_tag); 508 plugin->last_tag);
508#if 0 509#if 0
509 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, "URL `%s'\n", url);
510#endif 510#endif
511 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 /* create get connection */ 513 /* create get connection */
512 s->client_get = curl_easy_init (); 514 s->client_get = curl_easy_init ();
513#if VERBOSE_CURL 515#if VERBOSE_CURL