gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23924 - gnunet/src/transport
Date: Thu, 20 Sep 2012 15:49:39 +0200

Author: wachs
Date: 2012-09-20 15:49:39 +0200 (Thu, 20 Sep 2012)
New Revision: 23924

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
- changes

Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2012-09-20 13:48:47 UTC 
(rev 23923)
+++ gnunet/src/transport/plugin_transport_http_client.c 2012-09-20 13:49:39 UTC 
(rev 23924)
@@ -153,11 +153,22 @@
    */
   void *client_put;
 
+
+  /**
+   * Is the client PUT handle currently paused
+   */
   int put_paused;
 
+  /**
+   * Is the client PUT handle disconnect in progress?
+   */
   int put_tmp_disconnecting;
 
+  /**
+   * Is the client PUT handle temporarily disconnected?
+   */
   int put_tmp_disconnected;
+
   /**
    * Client receive handle
    */
@@ -1137,13 +1148,13 @@
   /* create put connection */
   if (NULL == s->client_put)
   {
-      GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, s->plugin->name,
+      GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, s->plugin->name,
                        "Session %p : Init PUT handle \n", s);
     s->client_put = curl_easy_init ();
   }
   else
   {
-      GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, s->plugin->name,
+      GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, s->plugin->name,
                        "Session %p : Reusing PUT handle %p \n", s, 
s->client_put);
   }
 #if VERBOSE_CURL




reply via email to

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