MINOR: stream-int: don't needlessly call tasklet_wakeup() in stream_int_chk_snd_conn()
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Oct 2018 11:49:49 +0000 (13:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:50:01 +0000 (13:50 +0100)
commit33a09a5f2a74a06089081fc4dc499d979d78265e
tree2f060d769e17bd98f76ac7afc1785586c62d047e
parenteafd8ebcfea4940f69f064c84fd4a4f270b212ce
MINOR: stream-int: don't needlessly call tasklet_wakeup() in stream_int_chk_snd_conn()

This one was added by commit 53216e7db ("MEDIUM: connections: Don't
directly mess with the polling from the upper layers.") after the
removal of the conditional cs_want_send() call. But after analysis
it turned out that it's not needed since the si_cs_send() call will
either succeed or subscribe.
src/stream_interface.c