commit | 0ffc9d7be33edbb08ca32587c99102a758b3c0ea | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 21 14:19:08 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | ea1390b29035162a08c064b456d826809110e106 | |
parent | 92297749e17ac7eb8b2c00262dd6619981d7be50 [diff] |
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.