libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5f7ba548f17be92561c4cdc17d32f0d308cd4e47
parent 88faa63f22d9297d7d2f249ee9a642a64a5b48c7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri,  8 Sep 2017 17:13:13 +0300

Additional clarification about MHD_get_timeout().

Diffstat:
Msrc/include/microhttpd.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1819,6 +1819,8 @@ enum MHD_DaemonInfoType /** * Request the file descriptor for the external epoll. * No extra arguments should be passed. + * Waiting on epoll FD must not block longer than value + * returned by #MHD_get_timeout(). */ MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY, MHD_DAEMON_INFO_EPOLL_FD = MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY,