MINOR: stconn: Propagate EOS from an applet to the attached stream-connector
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 17 Apr 2023 15:32:43 +0000 (17:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 17 Apr 2023 15:41:28 +0000 (17:41 +0200)
commitb36e512bd0527cbd3296527472ca852f5f96539f
tree5c3f5081e2524d03363ff5d499b99d2d2b5d486e
parent1aec6c92cb4ab224f1a82c705d0df221810be928
MINOR: stconn: Propagate EOS from an applet to the attached stream-connector

In the same way than for a stream-connector attached to a mux, an EOS is now
propagated from an applet to its stream-connector. To do so, sc_applet_eos()
function is added.
src/stconn.c