diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index b7d0e0e7..916542f4 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3683,6 +3683,8 @@ MHD_run (struct MHD_Daemon *daemon) | |||
3683 | /** | 3683 | /** |
3684 | * Close the given connection, remove it from all of its | 3684 | * Close the given connection, remove it from all of its |
3685 | * DLLs and move it into the cleanup queue. | 3685 | * DLLs and move it into the cleanup queue. |
3686 | * @remark To be called only from thread that | ||
3687 | * process daemon's select()/poll()/etc. | ||
3686 | * | 3688 | * |
3687 | * @param pos connection to move to cleanup | 3689 | * @param pos connection to move to cleanup |
3688 | */ | 3690 | */ |