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 4be64276..8ce16560 100644
--- a/src/testcurl/test_concurrent_stop.c
+++ b/src/testcurl/test_concurrent_stop.c
@@ -217,7 +217,7 @@ main (int argc, char *const *argv)
217 response = MHD_create_response_from_buffer (strlen ("/hello_world"), 217 response = MHD_create_response_from_buffer (strlen ("/hello_world"),
218 "/hello_world", 218 "/hello_world",
219 MHD_RESPMEM_MUST_COPY); 219 MHD_RESPMEM_MUST_COPY);
220 // errorCount += testMultithreadedGet (port++, 0); 220 errorCount += testMultithreadedGet (port++, 0);
221 errorCount += testMultithreadedPoolGet (port++, 0); 221 errorCount += testMultithreadedPoolGet (port++, 0);
222 MHD_destroy_response (response); 222 MHD_destroy_response (response);
223 if (errorCount != 0) 223 if (errorCount != 0)