aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 9731bf72..4b7df545 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3143,8 +3143,8 @@ internal_suspend_connection_ (struct MHD_Connection *connection)
3143 * connection is suspended, MHD will not detect disconnects by the 3143 * connection is suspended, MHD will not detect disconnects by the
3144 * client. 3144 * client.
3145 * 3145 *
3146 * The only safe time to suspend a connection is from the 3146 * The only safe way to call this function is to call it from the
3147 * #MHD_AccessHandlerCallback. 3147 * #MHD_AccessHandlerCallback or #MHD_ContentReaderCallback.
3148 * 3148 *
3149 * Finally, it is an API violation to call #MHD_stop_daemon while 3149 * Finally, it is an API violation to call #MHD_stop_daemon while
3150 * having suspended connections (this will at least create memory and 3150 * having suspended connections (this will at least create memory and