libmicrohttpd

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

commit 6bda5e7fa7534122846e40e87517409d569490f5
parent e500b2830d8772fc42b4a1efff777e5ff8a2d29d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 19 Feb 2016 15:32:37 +0000

Added more detailed description for test_shutdown_select.c

Diffstat:
Msrc/microhttpd/test_shutdown_select.c | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c @@ -20,7 +20,12 @@ /** * @file microhttpd/test_shutdown_select.c - * @brief Test whether shutdown socket triggers select + * @brief Test whether shutdown socket triggers select()/poll() + * @details On some platforms shutting down the socket in one thread + * trigger select() or poll() waiting for this socket in + * other thread. libmicrohttpd depend on this behavior on + * those platforms. This program check whether select() + * and poll() (if available) works as expected. * @author Karlson2k (Evgeny Grin) */