gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: test_get: really test ability to sto


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: test_get: really test ability to stop race
Date: Sat, 25 Feb 2017 19:24:57 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 1c1674149b3b89a31d2178099590d6d0e8b3fe85
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sat Feb 25 21:23:17 2017 +0300

    test_get: really test ability to stop race
---
 src/testcurl/test_get.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/testcurl/test_get.c b/src/testcurl/test_get.c
index 951db10e..dc8f9dc4 100644
--- a/src/testcurl/test_get.c
+++ b/src/testcurl/test_get.c
@@ -474,8 +474,7 @@ testStopRace (int poll_flag)
     struct MHD_Daemon *d;
 
     d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | 
MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG | poll_flag,
-                         1081, NULL, NULL, &ahc_echo, "GET",
-                         MHD_OPTION_CONNECTION_TIMEOUT, 5, MHD_OPTION_END);
+                         1081, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
     if (d == NULL)
        return 16;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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