gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6420 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r6420 - GNUnet/src/transports
Date: Fri, 22 Feb 2008 23:17:27 -0700 (MST)

Author: grothoff
Date: 2008-02-22 23:17:27 -0700 (Fri, 22 Feb 2008)
New Revision: 6420

Modified:
   GNUnet/src/transports/http.c
Log:
always signal- for timeouts

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2008-02-23 05:52:46 UTC (rev 6419)
+++ GNUnet/src/transports/http.c        2008-02-23 06:17:27 UTC (rev 6420)
@@ -1546,8 +1546,7 @@
           if (httpSession->cs.client.puts != NULL)
             {
               /* do not queue more than one unimportant PUT at a time */
-              if (httpSession->cs.client.puts->done == GNUNET_YES)
-                signal_select ();       /* do clean up now! */
+             signal_select ();       /* do clean up now! */
               GNUNET_mutex_unlock (httpSession->lock);
               if (stats != NULL)
                 stats->change (stat_bytesDropped, size);





reply via email to

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