]> git.kaiwu.me - haproxy.git/commit
MINOR: htx: Add helper function to get type and size from the block info field
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Apr 2026 17:04:20 +0000 (19:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Apr 2026 12:07:21 +0000 (14:07 +0200)
commitebaa88a23a9c3fe93d9a102fa1df603efd1e9ffe
tree51014dc237c86fbf97202a3d8e451aa724a7d169
parent6ff659db0629a65cd7dc7e2c708b0240ac3b968f
MINOR: htx: Add helper function to get type and size from the block info field

__htx_blkinfo_type() and __htx_blkinfo_size() function was added to return,
respectively, the type and the size from the block info field. The main
usage for these functions is internal to the htx code.
include/haproxy/htx.h