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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index e1a8d215..dae41fba 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2595,9 +2595,9 @@ MHD_suspend_connection (struct MHD_Connection *connection);
2595 * result in undefined behavior. 2595 * result in undefined behavior.
2596 * 2596 *
2597 * If you are using this function in ``external'' select mode, you must 2597 * If you are using this function in ``external'' select mode, you must
2598 * make sure to run #MHD_run() and #MHD_get_timeout() afterwards (before 2598 * make sure to run #MHD_run() and #MHD_get_timeout() afterwards (before
2599 * again calling #MHD_get_fdset()), as otherwise the change may not be 2599 * again calling #MHD_get_fdset()), as otherwise the change may not be
2600 * reflected in the set returned by #MHD_get_fdset() and you may end up 2600 * reflected in the set returned by #MHD_get_fdset() and you may end up
2601 * with a connection that is stuck until the next network activity. 2601 * with a connection that is stuck until the next network activity.
2602 * 2602 *
2603 * @param connection the connection to resume 2603 * @param connection the connection to resume