test-http-bad-server: document that the value are actually a list
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sat, 22 Jan 2022 01:13:12 +0100
changeset 48617 9642dbe7bca1
parent 48616 98c502a2c462
child 48618 9dc00c5617ea
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
tests/testlib/badserverext.py
--- 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