gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12230 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12230 - gnunet/src/transport
Date: Tue, 13 Jul 2010 21:56:57 +0200

Author: wachs
Date: 2010-07-13 21:56:56 +0200 (Tue, 13 Jul 2010)
New Revision: 12230

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-07-13 13:47:01 UTC 
(rev 12229)
+++ gnunet/src/transport/plugin_transport_http.c        2010-07-13 19:56:56 UTC 
(rev 12230)
@@ -40,7 +40,7 @@
 #include <curl/curl.h>
 
 
-#define DEBUG_CURL GNUNET_NO
+#define DEBUG_CURL GNUNET_YES
 #define DEBUG_HTTP GNUNET_NO
 #define DEBUG_CONNECTIONS GNUNET_YES
 
@@ -407,6 +407,8 @@
 {
   struct HTTP_Message * msg;
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Connection %X: removing %s session %X 
with id %u\n", ps, (ps->direction == INBOUND) ? "inbound" : "outbound", ps, 
ps->session_id);
+  
+  
   GNUNET_free_non_null (ps->addr);
   GNUNET_SERVER_mst_destroy (ps->msgtok);
   GNUNET_free(ps->url);
@@ -1734,8 +1736,8 @@
 
   while (ps!=NULL)
   {
-       /* Telling transport that session is getting disconnected */
-       plugin->env->session_end(plugin, target, ps);
+    /* Telling transport that session is getting disconnected */
+    plugin->env->session_end(plugin, target, ps);
     if (ps->direction==OUTBOUND)
     {
       if (ps->send_endpoint!=NULL)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]