From 65011935d91b4f6da1de58038c2e4c57660399fb Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 27 Jan 2023 04:05:59 +0100 Subject: [PATCH] lib-http: test-http-payload - Rename server last byte trickle test. --- src/lib-http/test-http-payload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-http/test-http-payload.c b/src/lib-http/test-http-payload.c index 23ef74b595..4952676b93 100644 --- a/src/lib-http/test-http-payload.c +++ b/src/lib-http/test-http-payload.c @@ -1953,7 +1953,7 @@ static void test_download_server_nonblocking(void) test_run_parallel(test_client_download); test_end(); - test_begin("http payload download (server non-blocking; trickle final byte)"); + test_begin("http payload download (server non-blocking; server trickle)"); test_init_defaults(); tset.server_trickle_final_byte = TRUE; test_run_sequential(test_client_download); -- 2.47.3