Commit f72a7e0d authored by Nils Goroll's avatar Nils Goroll

document a possible pitfall with the probe .request attribute

parent ae25a641
......@@ -274,9 +274,14 @@ There are no mandatory options. These are the options you can set:
``.request``
Specify a full HTTP request using multiple strings. ``.request`` will
have ``\r\n`` automatically inserted after every string.
have ``\r\n`` automatically inserted after every string.
Mutually exclusive with ``.url``.
*Note* that probes require the backend to complete sending the
response and close the connection within the specified timeout, so
``.request`` will, for ``HTTP/1.1``, most likely need to contain a
``"Connection: close"`` string.
``.expected_response``
The expected HTTP response code. Defaults to ``200``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment