[Request] [+ ] D12048: test-http-bad-server: document that the value are actually a list

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Mon Jan 24 14:46:29 UTC 2022


marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  I don't really expect this doc to be read a lot, but mentioning that this is a
  list seems important.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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 value can use used to close a series of
+   request)
 
 close-after-send-bytes
    If defined, close the client socket after sending this many bytes.
+   (The value is a list, multiple value can use used to close a series of
+   request)
 """
 
 from __future__ import absolute_import



To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220124/de077ecd/attachment-0001.html>


More information about the Mercurial-patches mailing list