]> git.kaiwu.me - haproxy.git/commit
MINOR: checks: Add a sample fetch to extract a block from the input check buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2020 14:27:05 +0000 (16:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commitba3c68f91b4bd36a5645b3053f644a450088db1b
treea85094d64e7e6ebf32708964dfd4fcc941ba633e
parent6f2a5e4a19f0b8dcb129f1879e3a49f3f07494ce
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).
doc/configuration.txt
src/checks.c