-fix combining HTTPS and EPOLL

This commit is contained in:
Christian Grothoff
2013-07-20 10:36:26 +00:00
parent edb0845e35
commit a559950eb8
6 changed files with 90 additions and 35 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ main (int argc, char *const *argv)
"close");
d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK | MHD_USE_SSL
#if EPOLL_SUPPORT
| MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO
| MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO
#endif
,
atoi (argv[1]),