libmicrohttpd2

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

commit 4485960c8a43f54b6c9cab29c66af48024896efe
parent d8d278dd8d48b349ec7b9f193dc4d53ae6625589
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 28 Dec 2025 13:21:47 +0100

mhd_daemon.h: removed outdated comment

Diffstat:
Msrc/mhd2/mhd_daemon.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mhd2/mhd_daemon.h b/src/mhd2/mhd_daemon.h @@ -494,8 +494,6 @@ struct mhd_DaemonEventActionRequired { /** * If 'true' connection resuming is required. - * TODO: implement resuming - * TODO: add initialisation */ bool resume; }; @@ -534,8 +532,6 @@ struct mhd_DaemonEventMonitoringData /** * The required actions for the daemon. - * If daemon has internal thread, this should be changed only inside - * the daemon's thread. */ struct mhd_DaemonEventActionRequired act_req;