aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/demo_https.c')
-rw-r--r--src/examples/demo_https.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c
index f9734de9..51574fd7 100644
--- a/src/examples/demo_https.c
+++ b/src/examples/demo_https.c
@@ -932,11 +932,7 @@ main (int argc, char *const *argv)
932 MHD_RESPMEM_PERSISTENT); 932 MHD_RESPMEM_PERSISTENT);
933 mark_as_html (internal_error_response); 933 mark_as_html (internal_error_response);
934 update_directory (); 934 update_directory ();
935 d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG | MHD_USE_TLS 935 d = MHD_start_daemon (MHD_USE_AUTO | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG | MHD_USE_TLS,
936#ifdef EPOLL_SUPPORT
937 | MHD_USE_EPOLL
938#endif
939 ,
940 port, 936 port,
941 NULL, NULL, 937 NULL, NULL,
942 &generate_page, NULL, 938 &generate_page, NULL,