aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_get_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_get_chunked.c')
-rw-r--r--src/testzzuf/test_get_chunked.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_get_chunked.c b/src/testzzuf/test_get_chunked.c
index 491dab61..ff49cd5f 100644
--- a/src/testzzuf/test_get_chunked.c
+++ b/src/testzzuf/test_get_chunked.c
@@ -158,9 +158,9 @@ testInternalGet ()
158 cbc.buf = buf; 158 cbc.buf = buf;
159 cbc.size = 2048; 159 cbc.size = 2048;
160 cbc.pos = 0; 160 cbc.pos = 0;
161 d = MHD_start_daemon ( 161 d =
162 MHD_USE_INTERNAL_POLLING_THREAD /* | MHD_USE_ERROR_LOG */, 162 MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD /* | MHD_USE_ERROR_LOG */,
163 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END); 163 11080, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
164 if (d == NULL) 164 if (d == NULL)
165 return 1; 165 return 1;
166 zzuf_socat_start (); 166 zzuf_socat_start ();