test-http-bad-server: document that the value are actually a list
I don't really expect this doc to be read a lot, but mentioning that this is a
list seems important.
Differential Revision: https://phab.mercurial-scm.org/D12048
--- a/tests/testlib/badserverext.py Fri Jan 21 12:44:39 2022 +0100
+++ b/tests/testlib/badserverext.py Sat Jan 22 01:13:12 2022 +0100
@@ -24,9 +24,13 @@
close-after-recv-bytes
If defined, close the client socket after receiving this many bytes.
+ (The value is a list, multiple values can use used to close a series of requests
+ request)
close-after-send-bytes
If defined, close the client socket after sending this many bytes.
+ (The value is a list, multiple values can use used to close a series of requests
+ request)
"""
from __future__ import absolute_import