aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/responseheaders.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/responseheaders.c')
-rw-r--r--doc/examples/responseheaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
index 1ab89e0f..aa5cd7e2 100644
--- a/doc/examples/responseheaders.c
+++ b/doc/examples/responseheaders.c
@@ -73,7 +73,7 @@ main ()
73{ 73{
74 struct MHD_Daemon *daemon; 74 struct MHD_Daemon *daemon;
75 75
76 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 76 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
77 &answer_to_connection, NULL, MHD_OPTION_END); 77 &answer_to_connection, NULL, MHD_OPTION_END);
78 if (NULL == daemon) 78 if (NULL == daemon)
79 return 1; 79 return 1;