libmicrohttpd2

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

commit d10b0b3dcf1beeda584dc741c8834bba9ae18c54
parent 5c9edcd03e8eb3738fbde25b77625ebd1b9d71e8
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Fri,  3 Jul 2026 20:32:19 +0200

Fixing missing doxy update in ea79eedaaf2145a759b93255b7c0354bafc4625a

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

diff --git a/src/mhd2/stream_process_reply.c b/src/mhd2/stream_process_reply.c @@ -1095,7 +1095,7 @@ preprocess_dcc_action (struct MHD_Connection *restrict c, * @param[out] buf the buffer to fill with the file data * @param[out] size_filled the pointer to variable to get the size of the data * actually put to the @a buffer - * @return 'true' if succeed (size_filled and response position are updated), + * @return 'true' if succeed (size_filled is updated), * 'false' if failed (the stream is closed) */ static MHD_FN_MUST_CHECK_RESULT_ MHD_FN_PAR_NONNULL_ALL_