diff --git a/src/applet.c b/src/applet.c index c7d5b4b41..b71096ae9 100644 --- a/src/applet.c +++ b/src/applet.c @@ -834,6 +834,8 @@ struct task *task_run_applet(struct task *t, void *context, unsigned int state) channel_check_idletimer(ic); + sc_ep_fwd_kip(sco, sc); + input = ic->total; output = co_data(oc); app->applet->fct(app); diff --git a/src/stconn.c b/src/stconn.c index a899648f0..4b27e5314 100644 --- a/src/stconn.c +++ b/src/stconn.c @@ -2247,6 +2247,8 @@ int sc_applet_send(struct stconn *sc) if (se_fl_test(sc->sedesc, SE_FL_ORPHAN)) return 0; + sc_ep_fwd_kip(sco, sc); + /* TODO: Splicing is not supported, so it is not possible to have FF data stuck into the I/O buf */ BUG_ON(sc_ep_have_ff_data(sc));