haproxy/include
Christopher Faulet d16b0a7b2d MINOR: htx: Add function to iterate on an HTX message using HTX blocks
the functions htx_get_next() and htx_get_prev() are used to iterate on an HTX
message using blocks position. With htx_get_next_blk() and htx_get_prev_blk(),
it is possible to do the same, but with HTX blocks. Of course, internally, we
rely on position's versions to do so. But it is handy for callers to not take
care of the blocks position.
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 function to iterate on an HTX message using HTX blocks 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