Skip to content
Snippets Groups Projects
Commit 9642dbe7 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

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
parent 98c502a2
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
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.
......@@ -27,6 +29,8 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment