aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/processingpost.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/processingpost.inc')
-rw-r--r--doc/chapters/processingpost.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/processingpost.inc b/doc/chapters/processingpost.inc
index 92f93f55..920dac31 100644
--- a/doc/chapters/processingpost.inc
+++ b/doc/chapters/processingpost.inc
@@ -134,7 +134,7 @@ in the main function.
134 134
135@verbatim 135@verbatim
136... 136...
137daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 137daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
138 &answer_to_connection, NULL, 138 &answer_to_connection, NULL,
139 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL, 139 MHD_OPTION_NOTIFY_COMPLETED, &request_completed, NULL,
140 MHD_OPTION_END); 140 MHD_OPTION_END);