haproxy/include
Willy Tarreau e5843b383d BUG/MEDIUM: peers: recent applet changes broke peers updates scheduling
Since appctx are scheduled out of streams, it's pointless to wake up
the task managing the stream to push updates, they won't be seen. In
fact unit tests work because silent sessions are restarted after 5s of
idle and the exchange is correctly scheduled during startup!

So we need to notify the appctx instead. For this we add a pointer to
the appctx in the peer session.

No backport is needed of course.
2015-04-27 18:42:17 +02:00
..
common CLEANUP: namespaces: fix protection against multiple inclusions 2015-04-08 17:31:40 +02:00
import
proto MINOR: stream-int: add two flags to indicate an applet's wishes regarding I/O 2015-04-23 17:56:17 +02:00
types BUG/MEDIUM: peers: recent applet changes broke peers updates scheduling 2015-04-27 18:42:17 +02:00