diff --git a/src/stream_interface.c b/src/stream_interface.c index 2ea59c733..b1bed032a 100644 --- a/src/stream_interface.c +++ b/src/stream_interface.c @@ -1629,7 +1629,7 @@ static void stream_int_chk_rcv_applet(struct stream_interface *si) if (channel_may_recv(ic) && !ic->pipe) { /* (re)start reading */ appctx_wakeup(si_appctx(si)); - } + } } /* chk_snd function for applets */