]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: task: call session analyzers if the task is woken by a message.
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 24 Nov 2014 13:49:56 +0000 (14:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:30 +0000 (23:12 +0100)
commit2e05a8c74210689557d326b4741ba028f4c63759
tree8d024ebc6b6df3d39177418f74e8782201c9cabe
parent9cf7c4b9df2e050db972fe9c93a9befe980456f0
MEDIUM: task: call session analyzers if the task is woken by a message.

When a task used to receive a message from another one, its analysers
were not called if there was no I/O activity.
src/session.c