]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: channel: don't look at iobuf to report an empty channel
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 Jul 2023 06:30:01 +0000 (08:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit20c463955d4f92c5534297ccc95a39d6f035d5f6
tree9376718afae98b1b95f0a9d5278981748b5d1c1c
parent11c05c516a11dc62ab6b44410e53139052e976ff
MEDIUM: channel: don't look at iobuf to report an empty channel

It is important to split channels and I/O buffers. When data are pushed in
an I/O buffer, we consider them as forwarded. The channel never sees
them. Fast-forwarded data are now handled in the SE only.
include/haproxy/channel.h
src/stconn.c