projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54183f
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 16 Jun 2010 13:10:19 +0000
(13:10 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 16 Jun 2010 13:10:19 +0000
(13:10 +0000)
src/transport/plugin_transport_http.c
patch
|
blob
|
history
src/transport/test_plugin_transport_data_http.conf
patch
|
blob
|
history
src/transport/test_plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_http.c
b/src/transport/plugin_transport_http.c
index 58051e90e00a5b4dd8c950a9727aeb4eca9c261a..1dee788d6f512fb84f83a18b70e61f5e988ef5b0 100644
(file)
--- a/
src/transport/plugin_transport_http.c
+++ b/
src/transport/plugin_transport_http.c
@@
-39,7
+39,7
@@
#include <curl/curl.h>
-#define DEBUG_CURL GNUNET_
YES
+#define DEBUG_CURL GNUNET_
NO
#define DEBUG_HTTP GNUNET_NO
/**
diff --git
a/src/transport/test_plugin_transport_data_http.conf
b/src/transport/test_plugin_transport_data_http.conf
index 707cd02d0b29068bcd2132fc1cdc9c899f591172..df1a47a3686f3a6242396c807809a0d07c027ca6 100644
(file)
--- a/
src/transport/test_plugin_transport_data_http.conf
+++ b/
src/transport/test_plugin_transport_data_http.conf
@@
-7,7
+7,7
@@
WEAKRANDOM = YES
[transport-http]
PORT = 12389
-DEBUG =
YES
+DEBUG =
NO
[statistics]
ACCEPT_FROM6 = ::1;
diff --git
a/src/transport/test_plugin_transport_http.c
b/src/transport/test_plugin_transport_http.c
index 5bbb49084affcd79b2ccf38a1531b24891f7002c..d8e0b4f1f889e3aaa3085074ec9ddb3688b9105c 100644
(file)
--- a/
src/transport/test_plugin_transport_http.c
+++ b/
src/transport/test_plugin_transport_http.c
@@
-42,9
+42,9
@@
#include "transport.h"
#include <curl/curl.h>
-#define VERBOSE GNUNET_
YES
+#define VERBOSE GNUNET_
NO
#define DEBUG GNUNET_NO
-#define DEBUG_CURL GNUNET_
YES
+#define DEBUG_CURL GNUNET_
NO
#define HTTP_BUFFER_SIZE 2048
#define PLUGIN libgnunet_plugin_transport_template