aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_shutdown_select.c')
-rw-r--r--src/microhttpd/test_shutdown_select.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c
index 8a374421..df36b49c 100644
--- a/src/microhttpd/test_shutdown_select.c
+++ b/src/microhttpd/test_shutdown_select.c
@@ -20,7 +20,12 @@
20 20
21/** 21/**
22 * @file microhttpd/test_shutdown_select.c 22 * @file microhttpd/test_shutdown_select.c
23 * @brief Test whether shutdown socket triggers select 23 * @brief Test whether shutdown socket triggers select()/poll()
24 * @details On some platforms shutting down the socket in one thread
25 * trigger select() or poll() waiting for this socket in
26 * other thread. libmicrohttpd depend on this behavior on
27 * those platforms. This program check whether select()
28 * and poll() (if available) works as expected.
24 * @author Karlson2k (Evgeny Grin) 29 * @author Karlson2k (Evgeny Grin)
25 */ 30 */
26 31