]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: haterm: Properly initialize the splicing support for haterm
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Apr 2026 14:16:38 +0000 (16:16 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Apr 2026 14:32:29 +0000 (16:32 +0200)
commitfb82dece4782ee146e42b17f5c7603d4371059c9
tree9f814b7f7b8791e01db6c76ead21ec4a6cb7cbfb
parent313121639e5d0390f17f4cebd39c3d5f5a7d3ca3
BUG/MEDIUM: haterm: Properly initialize the splicing support for haterm

First, we must not emit any warning if splicing is not configured and the
global maxpipes value is 0. Then we must not remove GTUNE_USE_SPLICE flag
when we fail to allocate the haterm master pipe. Instead, we test it when we
negociate with the opposite side, to properly exclude the splicing if it is
not usable.

No backport needed.
src/haterm.c