commit | cdaea89a0c0eb8c028ce9220c1af7ea795845dd7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 06 15:49:30 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 06 23:06:47 2017 +0200 |
tree | af4338f69b39313ef7bc12ed1df07a8033dcb2a4 | |
parent | 2ab88675ecbf960a6f33ffe9c6a27f264150b201 [diff] |
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.