commit | ba3c68f91b4bd36a5645b3053f644a450088db1b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 01 16:27:05 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | a85094d64e7e6ebf32708964dfd4fcc941ba633e | |
parent | 6f2a5e4a19f0b8dcb129f1879e3a49f3f07494ce [diff] |
MINOR: checks: Add a sample fetch to extract a block from the input check buffer It is now possible to extract information from the check input buffer using the check.payload sample fetch. As req.payload or res.payload, an offset and a length must be specified. A new section has been added in the configuration manual. Now check sample fetches will have to be documented under the section 7.3.7 (Fetching health-check samples).