aboutsummaryrefslogtreecommitdiff
path: root/doc/microhttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/microhttpd.texi')
-rw-r--r--doc/microhttpd.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
index a4aab191..f7a90cea 100644
--- a/doc/microhttpd.texi
+++ b/doc/microhttpd.texi
@@ -1165,7 +1165,12 @@ the right options for this call.
1165Obtain timeout value for select for this daemon (only needed if 1165Obtain timeout value for select for this daemon (only needed if
1166connection timeout is used). The returned value is how long 1166connection timeout is used). The returned value is how long
1167@cfunction{select} should at most block, not the timeout value set for 1167@cfunction{select} should at most block, not the timeout value set for
1168connections. 1168connections. This function must not be called if the
1169@code{MHD_USE_THREAD_PER_CONNECTION} mode is in use (since then it
1170is not meaningful to ask for a timeout, after all, there is
1171concurrenct activity). The function must also not be called by
1172user-code if @code{MHD_USE_INTERNAL_SELECT} is in use. In the latter
1173case, the behavior is undefined.
1169 1174
1170@table @var 1175@table @var
1171@cindex timeout 1176@cindex timeout