MEDIUM: connection: don't test for CO_FL_WAKE_DATA
authorWilly Tarreau <w@1wt.eu>
Sat, 18 Mar 2017 14:39:57 +0000 (15:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 19 Mar 2017 11:17:35 +0000 (12:17 +0100)
commit9fa1ee61cc6a7aef2d7cd7bba41869f682921dcb
tree10bb0392ce6722327e4602cd739b00e6064c063d
parent3c0cc49d30968cf839a1d3a747de6adda18d26db
MEDIUM: connection: don't test for CO_FL_WAKE_DATA

This flag is always set when we end up here, for each and every data
layer (idle, stream-interface, checks), and continuing to test it
leaves a big risk of forgetting to set it as happened once already
before 1.5-dev13.

It could make sense to backport this into stable branches as part of
the connection flag fixes, after some cool down period.
src/connection.c