commit | 33a09a5f2a74a06089081fc4dc499d979d78265e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 25 13:49:49 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 28 13:50:01 2018 +0100 |
tree | 2f060d769e17bd98f76ac7afc1785586c62d047e | |
parent | eafd8ebcfea4940f69f064c84fd4a4f270b212ce [diff] |
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.