diff options
Diffstat (limited to 'src/examples/benchmark_https.c')
-rw-r--r-- | src/examples/benchmark_https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c index 3e79fe6f..e2b55af4 100644 --- a/src/examples/benchmark_https.c +++ b/src/examples/benchmark_https.c | |||
@@ -178,7 +178,7 @@ main (int argc, char *const *argv) | |||
178 | "close"); | 178 | "close"); |
179 | d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK | MHD_USE_SSL | 179 | d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK | MHD_USE_SSL |
180 | #if EPOLL_SUPPORT | 180 | #if EPOLL_SUPPORT |
181 | | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO | 181 | | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO |
182 | #endif | 182 | #endif |
183 | , | 183 | , |
184 | atoi (argv[1]), | 184 | atoi (argv[1]), |