CLEANUP: connection: completely remove CO_FL_WAKE_DATA
authorWilly Tarreau <w@1wt.eu>
Sat, 18 Mar 2017 16:40:22 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 19 Mar 2017 11:18:27 +0000 (12:18 +0100)
commitde40d798decc8d6a24fe6b4609b6bdcb14d7ba54
treec70c66fd377a96ab1ac9880b1a47b700d30ef6d6
parent9fa1ee61cc6a7aef2d7cd7bba41869f682921dcb
CLEANUP: connection: completely remove CO_FL_WAKE_DATA

Since it's only set and never tested anymore, let's remove it.
contrib/debug/flags.c
include/proto/stream_interface.h
include/types/connection.h
src/checks.c
src/session.c