]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffers: Swap buffers of same size only
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Jan 2026 14:02:20 +0000 (15:02 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 12:26:20 +0000 (13:26 +0100)
commitfae478dae56b193a5aef2e0964501f64697ba11d
tree5a378f38a9b51aa6260d8b2c2dde8a798bde427e
parent6bf450b7fea1f2a2432bc102b49760e704946039
MINOR: buffers: Swap buffers of same size only

In b_xfer(), we now take care to swap buffers of the same size only. For
now, it is always the case. But that will change.
src/buf.c