libmicrohttpd2

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

commit b35a94479be545ffa0bd655ccf8345cc5509f93c
parent 808dd87371d54376d43ed5de317186a79628c56a
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Fri, 26 Dec 2025 18:39:46 +0100

Connection timeouts: fixed doxy description

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

diff --git a/src/mhd2/conn_timeout.h b/src/mhd2/conn_timeout.h @@ -54,7 +54,7 @@ struct MHD_Connection; /* Forward declaration */ /** * Check whether connection's timeout is expired. - * @param c the connection to update + * @param c the connection to check * @return 'true' if connection timeout expired and the connection needs to be * closed, * 'false' otherwise