]> git.kaiwu.me - haproxy.git/commit
MEDIUM: haterm: Add support for splicing and option to disable it
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 2 Apr 2026 19:47:12 +0000 (21:47 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 08:46:15 +0000 (10:46 +0200)
commitf349d0b11301b593fb9482f1b4117cb608a46d46
treeda03d098b05b0a08c04e16a0481a1a7a238aa630
parent70a7f8dce0b4134ad5fca7aff8244b76cac1888a
MEDIUM: haterm: Add support for splicing and option to disable it

The support for the splicing was added and enabled by default, if
supported. The command line option '-dS' was also added to disable the
feature.

When the splicing can be used and the front multiplexer agrees to proceed,
tee() is used to "copy" data from the master pipe to the client pipe.
src/haterm.c
src/haterm_init.c