aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_concurrent_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_concurrent_stop.c')
-rw-r--r--src/testcurl/test_concurrent_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c
index 8fd0c215..88aefddb 100644
--- a/src/testcurl/test_concurrent_stop.c
+++ b/src/testcurl/test_concurrent_stop.c
@@ -232,7 +232,7 @@ testMultithreadedPoolGet (int port,
232 struct MHD_Daemon *d; 232 struct MHD_Daemon *d;
233 pthread_t p; 233 pthread_t p;
234 234
235 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | poll_flag, 235 d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_DEBUG | poll_flag,
236 port, 236 port,
237 NULL, NULL, 237 NULL, NULL,
238 &ahc_echo, "GET", 238 &ahc_echo, "GET",