MINOR: sc_strm: Add generic version to perform sync receives and sends
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Feb 2024 15:31:03 +0000 (16:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:20 +0000 (17:28 +0100)
commit5056cbdb866e22c5953c0520aeff8e68e76dbc89
tree9b6b7e7ebc8eebe01f74d442dac704eb9433859b
parent498520fdf505f05cde2f99c70c4e98fe90098961
MINOR: sc_strm: Add generic version to perform sync receives and sends

sc_sync_recv() and sc_sync_send() were added to use connection or applet
versions, depending on the endpoint type. For now these functions are not
used. But this will be used by process_stream() to replace the connection
version.
include/haproxy/sc_strm.h
src/stconn.c