DOC: htx: clarify <mark> parameter for htx_xfer_blks()
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 31 Jan 2025 14:23:47 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Mar 2025 15:19:11 +0000 (16:19 +0100)
commitc1f8c61833ce8eeaaca84969afc2142bbea0d1df
tree07676cc502997f2ab593fafe64666f94a33a2708
parent1ad2847df20b17ef368ace05aa4109e3536a3931
DOC: htx: clarify <mark> parameter for htx_xfer_blks()

Clarify the fact that the first <mark> block is transferred before
stopping when using htx_xfer_blks()

(cherry picked from commit c17e02923256fef61f74b986045b7eb8d1e126c7)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 338edaa1e9aeb0ee87a58fc9d62e75548f11566f)
Signed-off-by: Willy Tarreau <w@1wt.eu>
doc/internals/api/htx-api.txt
src/htx.c