[Commented On] D12048: test-http-bad-server: document that the value are actually a list
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Mon Jan 24 18:17:25 UTC 2022
baymax added a comment.
baymax updated this revision to Diff 31872.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12048?vs=31751&id=31872
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12048/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12048
AFFECTED FILES
tests/testlib/badserverext.py
CHANGE DETAILS
diff --git a/tests/testlib/badserverext.py b/tests/testlib/badserverext.py
--- a/tests/testlib/badserverext.py
+++ b/tests/testlib/badserverext.py
@@ -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
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220124/5775b86c/attachment-0002.html>
More information about the Mercurial-patches
mailing list