commit | 0dfccb20f5b6214d997695f7dfa7119993e2dadd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 25 13:55:20 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 28 13:50:01 2018 +0100 |
tree | c165cd50b126632a8367eb90822e20d120bde02f | |
parent | 33a09a5f2a74a06089081fc4dc499d979d78265e [diff] |
MINOR: stream-int: make stream_int_notify() not wake the tasklet up stream_int_notify() is I/O agnostic and should not wake up the tasklet, it's up to si_cs_process() to do that, just like si_applet_wake_cb() does it for the applet.