diff options
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r-- | doc/libmicrohttpd.texi | 8 |
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 | |||
520 | specify it), if @code{MHD_USE_NO_LISTEN_SOCKET} is specified. In | 520 | specify 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 | ||
524 | Enables using @code{MHD_suspend_connection} and | ||
525 | @code{MHD_resume_connection}, as performing these calls requires some | ||
526 | additional pipes to be created, and code not using these calls should | ||
527 | not 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 | |||
1856 | thread-per-connection!) for a while. | 1862 | thread-per-connection!) for a while. |
1857 | 1863 | ||
1858 | If you use this API in conjunction with a internal select or a | 1864 | If you use this API in conjunction with a internal select or a |
1859 | thread pool, you must set the option @code{MHD_USE_PIPE_FOR_SHUTDOWN} to | 1865 | thread pool, you must set the option @code{MHD_USE_SUSPEND_RESUME} to |
1860 | ensure that a resumed connection is immediately processed by MHD. | 1866 | ensure that a resumed connection is immediately processed by MHD. |
1861 | 1867 | ||
1862 | Suspended connections continue to count against the total number of | 1868 | Suspended connections continue to count against the total number of |