BUG/MINOR: mux-h1: Release empty ibuf during data fast-forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Nov 2023 15:34:32 +0000 (16:34 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Nov 2023 15:38:06 +0000 (16:38 +0100)
commitba6ad4654e5bb86af79c87c69cac3804c5364b33
tree72022a4350a696ac389884d231fa2e6fc2b92f6d
parentd434acd8bbbbc262154f1350a5969a4fab821a20
BUG/MINOR: mux-h1: Release empty ibuf during data fast-forwarding

We must take care to release H1 input buffer when it is emptied during the
fast-forwarding nego. Otherwise, it may be kept allocated for a while,
waiting for the next "normal" receive or the H1C release.

No backport needed.
src/mux_h1.c