]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: allocate the array of shared rx bufs in the h2c
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Oct 2024 09:00:49 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:16 +0000 (16:29 +0200)
commita891534bfd886d4baa5dc0a18b58052c45a891cb
tree2fe5adb74e6d9b47e0b1bc66e16b730673023fb4
parent721ea5b06cccc9f01bc6c901c3b777e1f8ed8bea
MINOR: mux-h2: allocate the array of shared rx bufs in the h2c

In preparation for having a shared list of rx bufs, we're now allocating
the array of shared rx bufs in the h2c. The pool is created at the max
size between the front and back max streams for now, and the array is not
used yet.
src/mux_h2.c