gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17228 - gnunet/src/transport
Date: Wed, 5 Oct 2011 18:18:31 +0200

Author: wachs
Date: 2011-10-05 18:18:30 +0200 (Wed, 05 Oct 2011)
New Revision: 17228

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


Modified: gnunet/src/transport/plugin_transport_http_server.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_server.c 2011-10-05 16:02:43 UTC 
(rev 17227)
+++ gnunet/src/transport/plugin_transport_http_server.c 2011-10-05 16:18:30 UTC 
(rev 17228)
@@ -629,7 +629,6 @@
         res = GNUNET_SERVER_mst_receive (s->msg_tk, s, upload_data, 
*upload_data_size, GNUNET_NO, GNUNET_NO);
 
 #if MHD_VERSION >= 0x00090E00
-#endif
         int to = (GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT.rel_value / 1000);
         struct ServerConnection *t = NULL;
 
@@ -658,7 +657,7 @@
           MHD_set_connection_option (t->mhd_conn, 
MHD_CONNECTION_OPTION_TIMEOUT, to);
         }
         server_reschedule (plugin, GNUNET_NO);
-
+#endif
         (*upload_data_size) = 0;
       }
       else




reply via email to

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