MEDIUM: stream: Use generic version to perform sync receives and sends
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Feb 2024 15:36:25 +0000 (16:36 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:20 +0000 (17:28 +0100)
commit2e6733eb45b1c5ef9d6d34767a1553504348b2e8
tree606f8a57590574c320780b70dbfb6db1bc12cb61
parent5056cbdb866e22c5953c0520aeff8e68e76dbc89
MEDIUM: stream: Use generic version to perform sync receives and sends

Instead of using connection versions, we now use generic versions. It means
we will also perfom sync receives and sync sends on applets too, but only
for applets using their own buffers. Old applets are not concerned.
src/stream.c