diff --git a/src/stream_interface.c b/src/stream_interface.c index 12485e603..a57828389 100644 --- a/src/stream_interface.c +++ b/src/stream_interface.c @@ -947,7 +947,7 @@ static void stream_int_chk_snd_conn(struct stream_interface *si) !(si->flags & SI_FL_WAIT_DATA)) /* not waiting for data */ return; - if (conn->flags & (CO_FL_DATA_WR_ENA|CO_FL_CURR_WR_ENA)) { + if (conn->flags & CO_FL_DATA_WR_ENA) { /* already subscribed to write notifications, will be called * anyway, so let's avoid calling it especially if the reader * is not ready.