libmicrohttpd2

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

commit bb050b12fc4cfc159417678df39e6f1d51c6ccdc
parent f183595b2c5ead1462330520e0df88df57529a73
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Fri, 14 Aug 2026 11:26:15 +0200

microhttpd2.h: corrected doxy

Diffstat:
Msrc/include/microhttpd2.h | 2+-
Msrc/include/microhttpd2_preamble.h.in | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h @@ -859,7 +859,7 @@ enum MHD_FIXED_ENUM_MHD_SET_ MHD_StatusCode MHD_SC_TLS_DISABLED = 50000 , /** - * The selected TLS backend does not yet support this operation. + * The selected TLS backend does not support this operation. */ MHD_SC_TLS_BACKEND_OPERATION_UNSUPPORTED = 50004 , diff --git a/src/include/microhttpd2_preamble.h.in b/src/include/microhttpd2_preamble.h.in @@ -859,7 +859,7 @@ enum MHD_FIXED_ENUM_MHD_SET_ MHD_StatusCode MHD_SC_TLS_DISABLED = 50000 , /** - * The selected TLS backend does not yet support this operation. + * The selected TLS backend does not support this operation. */ MHD_SC_TLS_BACKEND_OPERATION_UNSUPPORTED = 50004 ,