]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: make stream_int_notify() not wake the tasklet up
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Oct 2018 11:55:20 +0000 (13:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:50:01 +0000 (13:50 +0100)
commit0dfccb20f5b6214d997695f7dfa7119993e2dadd
treec165cd50b126632a8367eb90822e20d120bde02f
parent33a09a5f2a74a06089081fc4dc499d979d78265e
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.
src/stream_interface.c