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>
Wed, 19 Feb 2025 10:39:38 +0000 (11:39 +0100)
commit338edaa1e9aeb0ee87a58fc9d62e75548f11566f
treeb5ce4930ecbdab968188915ac06475c70ae8075d
parent3c47adcfdfbf1ba9231059773865df036ced8bea
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>
doc/internals/api/htx-api.txt
src/htx.c