aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark_https.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-20 10:36:26 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-20 10:36:26 +0000
commita559950eb866af16cffb6cfa9ac7d2fa12274f73 (patch)
tree619454928f0bd787d8323cd1f12e1da086e50c7f /src/examples/benchmark_https.c
parentedb0845e3542c9b606e45a4606b6bff57e1f98aa (diff)
downloadlibmicrohttpd-a559950eb866af16cffb6cfa9ac7d2fa12274f73.tar.gz
libmicrohttpd-a559950eb866af16cffb6cfa9ac7d2fa12274f73.zip
-fix combining HTTPS and EPOLL
Diffstat (limited to 'src/examples/benchmark_https.c')
-rw-r--r--src/examples/benchmark_https.c2
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]),