Fixed doxy for MHD_suspend_connection()

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-03 14:00:17 +03:00
parent 440809f76a
commit 4f1e02a99e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3221,8 +3221,8 @@ MHD_queue_response (struct MHD_Connection *connection,
* connection is suspended, MHD will not detect disconnects by the
* client.
*
* The only safe time to suspend a connection is from the
* #MHD_AccessHandlerCallback.
* The only safe way to call this function is to call it from the
* #MHD_AccessHandlerCallback or #MHD_ContentReaderCallback.
*
* Finally, it is an API violation to call #MHD_stop_daemon while
* having suspended connections (this will at least create memory and
+2 -2
View File
@@ -3143,8 +3143,8 @@ internal_suspend_connection_ (struct MHD_Connection *connection)
* connection is suspended, MHD will not detect disconnects by the
* client.
*
* The only safe time to suspend a connection is from the
* #MHD_AccessHandlerCallback.
* The only safe way to call this function is to call it from the
* #MHD_AccessHandlerCallback or #MHD_ContentReaderCallback.
*
* Finally, it is an API violation to call #MHD_stop_daemon while
* having suspended connections (this will at least create memory and