libmicrohttpd2

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

commit abb56215377d20c1d6e9a46db634dcb94b90a4ab
parent 47b46bec6d9e91f10e1032f99cee77a8994ee448
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 30 Aug 2026 18:02:55 +0200

stream_funcs.h: fixed doxy comment

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

diff --git a/src/mhd2/stream_funcs.h b/src/mhd2/stream_funcs.h @@ -187,7 +187,7 @@ enum mhd_ConnCloseReason mhd_CONN_CLOSE_CLIENT_SHUTDOWN_EARLY , /** - * The client shut down send before complete request sent + * The client does not send HTTP/2 preface */ mhd_CONN_CLOSE_H2_PREFACE_MISSING ,