aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-27 13:47:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-27 13:47:48 +0000
commit88a6e8416e408c22e6bc590f67dec817b7a107d0 (patch)
tree98ca949e5859ce8dea0e76aa51336599001f987e /src/transport/test_plugin_transport_http.c
parent663a819ef73f9defa763767641ec68b648c980af (diff)
downloadgnunet-88a6e8416e408c22e6bc590f67dec817b7a107d0.tar.gz
gnunet-88a6e8416e408c22e6bc590f67dec817b7a107d0.zip
die debug code
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index e2a899f0f..d3c0684ef 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -44,8 +44,8 @@
44#include <netinet/in.h> 44#include <netinet/in.h>
45#include <arpa/inet.h> 45#include <arpa/inet.h>
46 46
47#define VERBOSE GNUNET_YES 47#define VERBOSE GNUNET_NO
48#define DEBUG GNUNET_YES 48#define DEBUG GNUNET_NO
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