MINOR: stconn/applet: Handle EOI in the applet .wake callback function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Mar 2023 10:49:21 +0000 (11:49 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commitf8fbb6de66aef3433bed3e7f6df7b6bd602845f8
treec9ed1e0307a9b7a6d030cfbe06a510a1e0494c1b
parentb208d8cd64252c5ffee751216ff68b73c62666e3
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.
src/stconn.c