commit | b36e512bd0527cbd3296527472ca852f5f96539f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 17 17:32:43 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 17 17:41:28 2023 +0200 |
tree | 5c3f5081e2524d03363ff5d499b99d2d2b5d486e | |
parent | 1aec6c92cb4ab224f1a82c705d0df221810be928 [diff] |
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.