diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 4 |
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 |