commit | f8fbb6de66aef3433bed3e7f6df7b6bd602845f8 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 21 11:49:21 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | c9ed1e0307a9b7a6d030cfbe06a510a1e0494c1b | |
parent | b208d8cd64252c5ffee751216ff68b73c62666e3 [diff] |
MINOR: stconn/applet: Handle EOI in the applet .wake callback function The end of input reported by the endpoint (SE_FL_EOI flag), is now handled in sc_applet_process(). This function is always called after an applet was called. So, the applets can now only report EOI on the SE descriptor and have no reason to update the channel too.