]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: add rxbuf head/tail/count management for h2s
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Oct 2024 16:16:51 +0000 (18:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:16 +0000 (16:29 +0200)
commit8cf418811daa6595525de8c90798f9ab5a1755bb
tree2d36f579c78c2aebecad42e64c092d1988077602
parenta891534bfd886d4baa5dc0a18b58052c45a891cb
MINOR: mux-h2: add rxbuf head/tail/count management for h2s

Now the h2s get their rx_head, rx_tail and rx_count associated with the
shared rxbufs. A few functions are provided to manipulate all this,
essentially allocate/release a buffer for the stream, return a buffer
pointer to the head/tail, counting allocated buffers for the stream
and reporting if a stream may still allocate.

For now this code is not used.
src/mux_h2.c