libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit eb5be268d9868c2b9da09c36a8e26d0127e99ff0
parent 97dec411ebb29ff1ffb0f89e54be6c4d022db822
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 22 May 2023 19:58:17 +0300

test_client_put_stop: fixed typo in diag message

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

diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c @@ -332,7 +332,7 @@ test_global_init (void) if (limit > 0) { #ifndef _MHD_HEAVY_TESTS - fprintf (stderr, "This system has limits on number of RST packet" + fprintf (stderr, "This system has limits on number of RST packets" " per second (%d).\nThis test will be used only if configured " "with '--enable-heavy-test'.\n", limit); exit (77);