aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-20 15:22:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-20 15:22:17 +0000
commitfb5687d53b36893140f420b448c2587d6e1a621b (patch)
tree1420757b8f378a65e6142258935ef829077a58e1 /src/transport/test_plugin_transport_http.c
parenta27eb5beb5872854d2f7ff540a28019eaa83da70 (diff)
downloadgnunet-fb5687d53b36893140f420b448c2587d6e1a621b.tar.gz
gnunet-fb5687d53b36893140f420b448c2587d6e1a621b.zip
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index fbb758f7e..e2a899f0f 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -45,7 +45,7 @@
45#include <arpa/inet.h> 45#include <arpa/inet.h>
46 46
47#define VERBOSE GNUNET_YES 47#define VERBOSE GNUNET_YES
48#define DEBUG GNUNET_NO 48#define DEBUG GNUNET_YES
49#define DEBUG_CURL GNUNET_NO 49#define DEBUG_CURL GNUNET_NO
50#define HTTP_BUFFER_SIZE 2048 50#define HTTP_BUFFER_SIZE 2048
51 51
@@ -1087,6 +1087,7 @@ static void run_connection_tests( int phase , void * cls)
1087 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Disconnect from peer: `%s'\n", GNUNET_i2s(&my_identity)); 1087 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Disconnect from peer: `%s'\n", GNUNET_i2s(&my_identity));
1088 api->disconnect(api->cls, &my_identity); 1088 api->disconnect(api->cls, &my_identity);
1089 1089
1090 GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("Phase 3: sending messages\n"));
1090 /* send a multiple GNUNET_messages at a time*/ 1091 /* send a multiple GNUNET_messages at a time*/
1091 size = 2 * sizeof(struct GNUNET_MessageHeader); 1092 size = 2 * sizeof(struct GNUNET_MessageHeader);
1092 msg = GNUNET_malloc( 2* size); 1093 msg = GNUNET_malloc( 2* size);