aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-03 13:59:57 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-03 14:00:17 +0300
commit4f1e02a99ed27673decaa1eccb07e7428a5893bc (patch)
treea3d7918f90e1a1d801279790822d6e685a4b395b /src/include/microhttpd.h
parent440809f76ab2128f886904d6c8ccb56e9efd7020 (diff)
downloadlibmicrohttpd-4f1e02a99ed27673decaa1eccb07e7428a5893bc.tar.gz
libmicrohttpd-4f1e02a99ed27673decaa1eccb07e7428a5893bc.zip
Fixed doxy for MHD_suspend_connection()
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 3b755e5d..aedef5de 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3221,8 +3221,8 @@ MHD_queue_response (struct MHD_Connection *connection,
3221 * connection is suspended, MHD will not detect disconnects by the 3221 * connection is suspended, MHD will not detect disconnects by the
3222 * client. 3222 * client.
3223 * 3223 *
3224 * The only safe time to suspend a connection is from the 3224 * The only safe way to call this function is to call it from the
3225 * #MHD_AccessHandlerCallback. 3225 * #MHD_AccessHandlerCallback or #MHD_ContentReaderCallback.
3226 * 3226 *
3227 * Finally, it is an API violation to call #MHD_stop_daemon while 3227 * Finally, it is an API violation to call #MHD_stop_daemon while
3228 * having suspended connections (this will at least create memory and 3228 * having suspended connections (this will at least create memory and