gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28611 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r28611 - libmicrohttpd/src/testcurl
Date: Wed, 14 Aug 2013 06:36:47 +0200

Author: LRN
Date: 2013-08-14 06:36:46 +0200 (Wed, 14 Aug 2013)
New Revision: 28611

Modified:
   libmicrohttpd/src/testcurl/test_get.c
Log:
Use short timeout in testStopRace

Modified: libmicrohttpd/src/testcurl/test_get.c
===================================================================
--- libmicrohttpd/src/testcurl/test_get.c       2013-08-14 00:37:28 UTC (rev 
28610)
+++ libmicrohttpd/src/testcurl/test_get.c       2013-08-14 04:36:46 UTC (rev 
28611)
@@ -452,7 +452,8 @@
     struct MHD_Daemon *d;
     
     d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | 
poll_flag,
-                         1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
+                         1081, NULL, NULL, &ahc_echo, "GET",
+                         MHD_OPTION_CONNECTION_TIMEOUT, 5, MHD_OPTION_END);
     if (d == NULL)
        return 16;
     




reply via email to

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