]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: haterm: don't apply the default pipe size margin twice
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 17:38:48 +0000 (19:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2026 17:38:48 +0000 (19:38 +0200)
commit9a5db56a36716c140e2b16d1ce856851e7c1f874
tree00f5b5a2a99a4b01fe74d8274229cf45d4bb4464
parent79c54d28b00f590fdadde5ba44bb8e693398536c
BUG/MINOR: haterm: don't apply the default pipe size margin twice

Commit 6d16b11022 ("BUG/MINOR: haterm: preserve the pipe size margin
for splicing") solved the issue of pipe size being sufficient for the
vmsplice() call, but as Christopher pointed out, the ratio was applied
to the default size of 64k, so now it's applied twice, giving 100k
instead of 80k. Let's drop it from there.

No backport needed.
src/haterm.c