aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_get_iovec.c')
-rw-r--r--src/testcurl/test_get_iovec.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testcurl/test_get_iovec.c b/src/testcurl/test_get_iovec.c
index daaa7840..00e4fa3e 100644
--- a/src/testcurl/test_get_iovec.c
+++ b/src/testcurl/test_get_iovec.c
@@ -517,7 +517,9 @@ testExternalGet (void)
517 cbc.size = sizeof(readbuf); 517 cbc.size = sizeof(readbuf);
518 cbc.pos = 0; 518 cbc.pos = 0;
519 d = MHD_start_daemon (MHD_USE_ERROR_LOG, 519 d = MHD_start_daemon (MHD_USE_ERROR_LOG,
520 port, NULL, NULL, &ahc_cont, NULL, MHD_OPTION_END); 520 port, NULL, NULL, &ahc_cont, NULL,
521 MHD_OPTION_APP_FD_SETSIZE, (int) FD_SETSIZE,
522 MHD_OPTION_END);
521 if (d == NULL) 523 if (d == NULL)
522 return 256; 524 return 256;
523 if (0 == port) 525 if (0 == port)