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);



_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu.org
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to