BUG/MEDIUM: stream_interface: Call the wake callback after sending.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 21 Aug 2018 14:37:06 +0000 (16:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Aug 2018 16:06:57 +0000 (18:06 +0200)
commit80c56790d984eadbe26115202c1e9a4bb4a0c7fa
tree222b423c7457c3dee0d3505aa610f4e117c985db
parentfab7c7e91cdddfe43e0231b01052d52480247eee
BUG/MEDIUM: stream_interface: Call the wake callback after sending.

If we subscribed to send, and the callback is called, call the wake callback
after, so that process_stream() may be woken up if needed.

This is 1.9-specific, no backport is needed.
src/stream_interface.c