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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 219fae57b..18bfcc054 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -639,7 +639,7 @@ client_schedule (struct HTTP_Client_Plugin *plugin,
639 639
640#if VERBOSE_CURL 640#if VERBOSE_CURL
641/** 641/**
642 * Loggging function 642 * Logging function
643 * 643 *
644 * @param curl the curl easy handle 644 * @param curl the curl easy handle
645 * @param type message type 645 * @param type message type
@@ -1306,7 +1306,7 @@ client_run (void *cls)
1306 int msgs_left; 1306 int msgs_left;
1307 1307
1308 plugin->client_perform_task = NULL; 1308 plugin->client_perform_task = NULL;
1309 /* While data are available or timeouts occured */ 1309 /* While data are available or timeouts occurred */
1310 do 1310 do
1311 { 1311 {
1312 running = 0; 1312 running = 0;
@@ -1390,7 +1390,7 @@ client_run (void *cls)
1390 break; 1390 break;
1391 1391
1392 case H_TMP_RECONNECT_REQUIRED: 1392 case H_TMP_RECONNECT_REQUIRED:
1393 /* Transport called send while disconnect in progess, reconnect */ 1393 /* Transport called send while disconnect in progress, reconnect */
1394 if (GNUNET_SYSERR == client_connect_put (s)) 1394 if (GNUNET_SYSERR == client_connect_put (s))
1395 { 1395 {
1396 /* Reconnect failed, disconnect session */ 1396 /* Reconnect failed, disconnect session */
@@ -2478,7 +2478,7 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
2478 if (NULL == env->receive) 2478 if (NULL == env->receive)
2479 { 2479 {
2480 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 2480 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
2481 initialze the plugin or the API */ 2481 initialize the plugin or the API */
2482 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 2482 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
2483 api->cls = NULL; 2483 api->cls = NULL;
2484 api->address_to_string = &http_client_plugin_address_to_string; 2484 api->address_to_string = &http_client_plugin_address_to_string;