CLEANUP: connection: remove unused CO_FL_WAIT_DATA
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Apr 2017 14:25:12 +0000 (16:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 13:50:27 +0000 (15:50 +0200)
commit2686dcad1ea8252ac4851bb02a1c5c734ced8115
tree3c9f0a500ca2ccdb9c10b79ea56d2c0c0d7687e7
parented936c5d3715a1975b6d6f4e7d608cec10d55919
CLEANUP: connection: remove unused CO_FL_WAIT_DATA

Very early in the connection rework process leading to v1.5-dev12, commit
56a77e5 ("MEDIUM: connection: complete the polling cleanups") marked the
end of use for this flag which since was never set anymore, but it continues
to be tested. Let's kill it now.
contrib/debug/flags.c
include/proto/connection.h
include/types/connection.h
src/connection.c
src/stream_interface.c