aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 6fa82ab5..6780ef68 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -520,6 +520,12 @@ use of this option is automatic (as in, you do not even have to
520specify it), if @code{MHD_USE_NO_LISTEN_SOCKET} is specified. In 520specify it), if @code{MHD_USE_NO_LISTEN_SOCKET} is specified. In
521"external" select mode, this option is always simply ignored. 521"external" select mode, this option is always simply ignored.
522 522
523@item MHD_USE_SUSPEND_RESUME
524Enables using @code{MHD_suspend_connection} and
525@code{MHD_resume_connection}, as performing these calls requires some
526additional pipes to be created, and code not using these calls should
527not pay the cost.
528
523@end table 529@end table
524@end deftp 530@end deftp
525 531
@@ -1856,7 +1862,7 @@ select, internal select or thread pool; not applicable to
1856thread-per-connection!) for a while. 1862thread-per-connection!) for a while.
1857 1863
1858If you use this API in conjunction with a internal select or a 1864If you use this API in conjunction with a internal select or a
1859thread pool, you must set the option @code{MHD_USE_PIPE_FOR_SHUTDOWN} to 1865thread pool, you must set the option @code{MHD_USE_SUSPEND_RESUME} to
1860ensure that a resumed connection is immediately processed by MHD. 1866ensure that a resumed connection is immediately processed by MHD.
1861 1867
1862Suspended connections continue to count against the total number of 1868Suspended connections continue to count against the total number of