aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get_concurrent.c')
-rw-r--r--src/testcurl/perf_get_concurrent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c
index cf1bfe83..95ec3fa1 100644
--- a/src/testcurl/perf_get_concurrent.c
+++ b/src/testcurl/perf_get_concurrent.c
@@ -399,8 +399,8 @@ main (int argc, char *const *argv)
399 } 399 }
400 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL)) 400 if (MHD_YES == MHD_is_feature_supported(MHD_FEATURE_EPOLL))
401 { 401 {
402 errorCount += testInternalGet (port++, MHD_USE_EPOLL_LINUX_ONLY); 402 errorCount += testInternalGet (port++, MHD_USE_EPOLL);
403 errorCount += testMultithreadedPoolGet (port++, MHD_USE_EPOLL_LINUX_ONLY); 403 errorCount += testMultithreadedPoolGet (port++, MHD_USE_EPOLL);
404 } 404 }
405 MHD_destroy_response (response); 405 MHD_destroy_response (response);
406 if (errorCount != 0) 406 if (errorCount != 0)