changeset 48617:9642dbe7bca1

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 22 Jan 2022 01:13:12 +0100
parents 98c502a2c462
children 9dc00c5617ea
files tests/testlib/badserverext.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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