aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/largepost.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/largepost.c')
-rw-r--r--doc/examples/largepost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c
index dc0e76c0..edaebd0d 100644
--- a/doc/examples/largepost.c
+++ b/doc/examples/largepost.c
@@ -282,7 +282,7 @@ main ()
282{ 282{
283 struct MHD_Daemon *daemon; 283 struct MHD_Daemon *daemon;
284 284
285 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, 285 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD,
286 PORT, NULL, NULL, 286 PORT, NULL, NULL,
287 &answer_to_connection, NULL, 287 &answer_to_connection, NULL,
288 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL, 288 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,