libmicrohttpd2

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

commit 02e26a6cb345745414dfd0ffde0a20226e373338
parent 72ab415176dafac9c054969b3958b517116becb8
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Fri, 13 Jun 2025 21:19:08 +0200

Renamed test_postprocessor -> test_postparser to match API naming

Diffstat:
Msrc/tests/client_server/Makefile.am | 2+-
Rsrc/tests/client_server/test_postprocessor.c -> src/tests/client_server/test_postparser.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/client_server/Makefile.am b/src/tests/client_server/Makefile.am @@ -29,7 +29,7 @@ $(top_builddir)/src/mhd2/libmicrohttpd2.la: $(top_builddir)/src/mhd2/Makefile check_PROGRAMS = \ test_client_server \ test_authentication \ - test_postprocessor + test_postparser if MHD_SUPPORT_HTTPS check_PROGRAMS += \ diff --git a/src/tests/client_server/test_postprocessor.c b/src/tests/client_server/test_postparser.c