aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get.c')
-rw-r--r--src/testcurl/perf_get.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c
index de980e53..f6d90bec 100644
--- a/src/testcurl/perf_get.c
+++ b/src/testcurl/perf_get.c
@@ -493,9 +493,11 @@ main (int argc, char *const *argv)
493 errorCount += testMultithreadedGet (port++, 0); 493 errorCount += testMultithreadedGet (port++, 0);
494 errorCount += testMultithreadedPoolGet (port++, 0); 494 errorCount += testMultithreadedPoolGet (port++, 0);
495 errorCount += testExternalGet (port++); 495 errorCount += testExternalGet (port++);
496#if !WINDOWS
496 errorCount += testInternalGet (port++, MHD_USE_POLL); 497 errorCount += testInternalGet (port++, MHD_USE_POLL);
497 errorCount += testMultithreadedGet (port++, MHD_USE_POLL); 498 errorCount += testMultithreadedGet (port++, MHD_USE_POLL);
498 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL); 499 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL);
500#endif
499 MHD_destroy_response (response); 501 MHD_destroy_response (response);
500 if (errorCount != 0) 502 if (errorCount != 0)
501 fprintf (stderr, "Error (code: %u)\n", errorCount); 503 fprintf (stderr, "Error (code: %u)\n", errorCount);