diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-10-07 16:20:21 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-10-07 16:20:21 +0000 |
commit | 0663a057d7611270d5f41ae8b345125d737387f2 (patch) | |
tree | 39793c7c288dbef472c66cb1c8f12af48f6989b9 /src/transport/plugin_transport_http.h | |
parent | 013cf64f56c0a529f0c11597e912b39e4a0a896c (diff) |
transport-testing is not stateless anymore
-> fixed assertion failure transport_api.c:1348
- connecting peers is now unidirectional
- added peer_startup callback
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r-- | src/transport/plugin_transport_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index d5fa4725e..16da05c32 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -42,7 +42,7 @@ #include <curl/curl.h> -#define DEBUG_HTTP GNUNET_EXTRA_LOGGING +#define DEBUG_HTTP GNUNET_YES #define VERBOSE_SERVER GNUNET_EXTRA_LOGGING #define VERBOSE_CLIENT GNUNET_EXTRA_LOGGING #define VERBOSE_CURL GNUNET_NO |