libmicrohttpd2

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

commit c90efdbe41e75249547e01ef3ceb80d8d394f52c
parent 98509bb8563b51dff615835057132c3bc4f07df0
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sat,  6 Dec 2025 21:04:36 +0100

MultiTLS backend: fixed harmless typos

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

diff --git a/src/mhd2/tls_multi_conn_data.h b/src/mhd2/tls_multi_conn_data.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later OR (GPL-2.0-or-later WITH eCos-exception-2.0) */ /* This file is part of GNU libmicrohttpd. - Copyright (C) 2024 Evgeny Grin (Karlson2k) + Copyright (C) 2024-2025 Evgeny Grin (Karlson2k) GNU libmicrohttpd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -38,7 +38,7 @@ /** * @file src/mhd2/tls_multi_conn_data.h - * @brief The definition of MultiTLS daemon-specific data structures + * @brief The definition of MultiTLS connection-specific data structures * @author Karlson2k (Evgeny Grin) */