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

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Tue Jan 25 09:19:08 UTC 2022


Closed by commit rHG9642dbe7bca1: test-http-bad-server: document that the value are actually a list (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12048?vs=31872&id=31924

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/20220125/ff040718/attachment-0002.html>


More information about the Mercurial-patches mailing list