libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit a0d33195c944047f5d28a7878325d5f7973f3d19
parent 19cf5ce05e994a01845469f35d722bc831f7d06e
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Mon, 29 Dec 2025 13:30:35 +0100

daemon_start: corrected doxy

Diffstat:
Msrc/mhd2/daemon_start.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/daemon_start.c b/src/mhd2/daemon_start.c @@ -2582,7 +2582,7 @@ init_individual_thread_data_events_conns (struct MHD_Daemon *restrict d, * Deinit daemon-local (worker daemon for thread pool mode) threading data * and deallocate events. * To be used only with non-master daemons. - * Do not start the thread even if configured for the internal threads. + * The internal thread (is any) must be stopped already. * @param d the daemon object */ static MHD_FN_PAR_NONNULL_ (1) void