MINOR: stconn/applet: Handle EOS in the applet .wake callback function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Mar 2023 13:19:08 +0000 (14:19 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit0ffc9d7be33edbb08ca32587c99102a758b3c0ea
treeea1390b29035162a08c064b456d826809110e106
parent92297749e17ac7eb8b2c00262dd6619981d7be50
MINOR: stconn/applet: Handle EOS in the applet .wake callback function

Just like for end of input, the end of stream reported by the endpoint
(SE_FL_EOS flag) is now handled in sc_applet_process(). The idea is to have
applets acting as muxes by reporting events through the SE descriptor, as
far as possible.
src/stconn.c