aboutsummaryrefslogtreecommitdiff
path: root/src/examples/chunked_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/chunked_example.c')
-rw-r--r--src/examples/chunked_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/chunked_example.c b/src/examples/chunked_example.c
index 08bb82d5..c9baa5b4 100644
--- a/src/examples/chunked_example.c
+++ b/src/examples/chunked_example.c
@@ -78,8 +78,8 @@ main (int argc, char *const *argv)
78 printf ("%s PORT\n", argv[0]); 78 printf ("%s PORT\n", argv[0]);
79 return 1; 79 return 1;
80 } 80 }
81 d = MHD_start_daemon (// MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG | MHD_USE_POLL, 81 d = MHD_start_daemon (// MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_DEBUG | MHD_USE_POLL,
82 MHD_USE_SELECT_INTERNALLY | MHD_USE_DEBUG, 82 MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_DEBUG,
83 // MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | MHD_USE_POLL, 83 // MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG | MHD_USE_POLL,
84 // MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, 84 // MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG,
85 atoi (argv[1]), 85 atoi (argv[1]),