aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b4e436c2..cff084ed 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2562,10 +2562,10 @@ MHD_suspend_connection (struct MHD_Connection *connection);
2562 * result in undefined behavior. 2562 * result in undefined behavior.
2563 * 2563 *
2564 * If you are using this function in ``external'' select mode, you must 2564 * If you are using this function in ``external'' select mode, you must
2565 * make sure to run #MHD_run() afterwards (before again calling 2565 * make sure to run #MHD_run() and #MHD_get_timeout() afterwards (before
2566 * #MHD_get_fdset(), as otherwise the change may not be reflected in 2566 * again calling #MHD_get_fdset()), as otherwise the change may not be
2567 * the set returned by #MHD_get_fdset() and you may end up with a 2567 * reflected in the set returned by #MHD_get_fdset() and you may end up
2568 * connection that is stuck until the next network activity. 2568 * with a connection that is stuck until the next network activity.
2569 * 2569 *
2570 * @param connection the connection to resume 2570 * @param connection the connection to resume
2571 */ 2571 */