]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE flag on response channel
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Jul 2017 13:49:30 +0000 (15:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Jul 2017 21:06:47 +0000 (23:06 +0200)
commitcdaea89a0c0eb8c028ce9220c1af7ea795845dd7
treeaf4338f69b39313ef7bc12ed1df07a8033dcb2a4
parent2ab88675ecbf960a6f33ffe9c6a27f264150b201
BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE flag on response channel

This flag can be set on a channel to pretend there is activity on it. This is a
way to wake-up the corresponding stream and evaluate stream analyzers on the
channel. It is correctly handled on both channels but removed only on the
request channel.

This patch is flagged as a bug but for now, CF_WAKE_ONCE is never set on the
response channel.
src/stream.c