aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_client_put_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_client_put_stop.c')
-rw-r--r--src/microhttpd/test_client_put_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c
index 3785599d..271bc522 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -332,7 +332,7 @@ test_global_init (void)
332 if (limit > 0) 332 if (limit > 0)
333 { 333 {
334#ifndef _MHD_HEAVY_TESTS 334#ifndef _MHD_HEAVY_TESTS
335 fprintf (stderr, "This system has limits on number of RST packet" 335 fprintf (stderr, "This system has limits on number of RST packets"
336 " per second (%d).\nThis test will be used only if configured " 336 " per second (%d).\nThis test will be used only if configured "
337 "with '--enable-heavy-test'.\n", limit); 337 "with '--enable-heavy-test'.\n", limit);
338 exit (77); 338 exit (77);