]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/server/sws.c: change the HTTP writedelay unit to milliseconds
authorFabian Keil <fk@fabiankeil.de>
Wed, 11 May 2022 09:14:18 +0000 (11:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 May 2022 09:14:18 +0000 (11:14 +0200)
commitfc3a0a872f1e5f8b70042b03a20fdfc3fe351fc2
tree76f7b3565bfb56a34c3ce9b585b300da0c76ed1f
parent37f892fb8c0d30a30554a5d6b4ecb0476d17cf78
tests/server/sws.c: change the HTTP writedelay unit to milliseconds

This allows to use write delays for large responses without
resulting in the test taking an unreasonable amount of time.

In many cases delaying writes by a whole second or more isn't
necessary for the desired effect.

Closes #8827
tests/FILEFORMAT.md
tests/server/sws.c