haproxy/include
Christopher Faulet 1cdceb9365 MINOR: htx: Add a function to return a block at a specific offset
The htx_find_offset() function may be used to look for a block at a specific
offset in an HTX message, starting from the message head. A compound result is
returned, an htx_ret structure, with the found block and the position of the
offset in the block. If the offset is ouside of the HTX message, the returned
block is NULL.
2020-03-06 14:12:59 +01:00
..
common MINOR: htx: Add a function to return a block at a specific offset 2020-03-06 14:12:59 +01:00
import
proto OPTIM: startup: fast unique_id allocation for acl. 2020-03-06 08:11:58 +01:00
types MEDIUM: stream: Make the unique_id member of struct stream a struct ist 2020-03-05 20:21:58 +01:00