aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 7120accfb..16e480a67 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -42,10 +42,10 @@
42#include <curl/curl.h> 42#include <curl/curl.h>
43 43
44 44
45#define DEBUG_HTTP GNUNET_YES 45#define DEBUG_HTTP GNUNET_NO
46#define VERBOSE_SERVER GNUNET_YES 46#define VERBOSE_SERVER GNUNET_NO
47#define VERBOSE_CLIENT GNUNET_YES 47#define VERBOSE_CLIENT GNUNET_NO
48#define VERBOSE_CURL GNUNET_YES 48#define VERBOSE_CURL GNUNET_NO
49 49
50#if BUILD_HTTPS 50#if BUILD_HTTPS
51#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init 51#define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init
@@ -248,7 +248,7 @@ struct Session
248 248
249 void *server_recv; 249 void *server_recv;
250 void *server_send; 250 void *server_send;
251 struct GNUNET_TIME_Absolute delay; 251 struct GNUNET_TIME_Absolute next_receive;
252 GNUNET_SCHEDULER_TaskIdentifier recv_wakeup_task; 252 GNUNET_SCHEDULER_TaskIdentifier recv_wakeup_task;
253 uint32_t tag; 253 uint32_t tag;
254 254