From: Stephan Bosch Date: Fri, 27 Jan 2023 03:05:59 +0000 (+0100) Subject: lib-http: test-http-payload - Rename server last byte trickle test. X-Git-Tag: 2.4.0~3026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65011935d91b4f6da1de58038c2e4c57660399fb;p=thirdparty%2Fdovecot%2Fcore.git lib-http: test-http-payload - Rename server last byte trickle test. --- 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);