aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 6f4e76a2..7b37d0f7 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -522,7 +522,7 @@ struct MHD_PostProcessor;
522 * 522 *
523 * Starting the daemon may also fail if a particular option is not 523 * Starting the daemon may also fail if a particular option is not
524 * implemented or not supported on the target platform (i.e. no 524 * implemented or not supported on the target platform (i.e. no
525 * support for SSL, threads or IPv6). 525 * support for TLS, epoll or IPv6).
526 */ 526 */
527enum MHD_FLAG 527enum MHD_FLAG
528{ 528{
@@ -1995,9 +1995,7 @@ MHD_queue_response (struct MHD_Connection *connection,
1995 1995
1996/** 1996/**
1997 * Suspend handling of network data for a given connection. This can 1997 * Suspend handling of network data for a given connection. This can
1998 * be used to dequeue a connection from MHD's event loop (external 1998 * be used to dequeue a connection from MHD's event loop for a while.
1999 * select, internal select or thread pool; not applicable to
2000 * thread-per-connection!) for a while.
2001 * 1999 *
2002 * If you use this API in conjunction with a internal select or a 2000 * If you use this API in conjunction with a internal select or a
2003 * thread pool, you must set the option #MHD_USE_ITC to 2001 * thread pool, you must set the option #MHD_USE_ITC to