haproxy/include
Christopher Faulet 14e88252f2 MINOR: htx: Add a function to find the HTX block corresponding to a data offset
The function htx_find_blk() returns the HTX block containing data with a given
offset, relatively to the beginning of the HTX message. It is a good way to skip
outgoing data and find the first HTX block not already processed.
2018-12-01 17:37:27 +01:00
..
common MEDIUM: memory: make the pool cache an array and not a thread_local 2018-11-26 19:50:32 +01:00
import
proto MINOR: htx: Add a function to find the HTX block corresponding to a data offset 2018-12-01 17:37:27 +01:00
types MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer 2018-12-01 17:37:27 +01:00