]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: don't rely on htx_find_blk() anymore in the function htx_truncate()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 May 2019 09:12:43 +0000 (11:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:33 +0000 (07:42 +0200)
commitced39006a2cce95cfe38ad77deba41eb90d45486
tree62528b90ca793d3006e851ec68ce08f1580d3b03
parent0f6d6a9ab6d988395ab294bfff98168d716761b0
MINOR: htx: don't rely on htx_find_blk() anymore in the function htx_truncate()

the function htx_find_blk() is used by only one function, htx_truncate(). So
because this function does nothing very smart, we don't use it anymore. It will
be removed by another commit.
src/htx.c