aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
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