]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: test-http-payload - Rename server last byte trickle test.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 27 Jan 2023 03:05:59 +0000 (04:05 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 30 Jan 2023 19:48:46 +0000 (19:48 +0000)
src/lib-http/test-http-payload.c

index 23ef74b59577e336e1dddba36507275f35b84179..4952676b93a53d806f29d4059ed2c4ad5c3519c2 100644 (file)
@@ -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);