MINOR: channel: Remove CF_READ_ACTIVITY
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Dec 2022 17:14:56 +0000 (18:14 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Jan 2023 17:41:08 +0000 (18:41 +0100)
commit33e03cec5f171d2989cb4ff7b607c72d4ac1a86a
tree42ee716a46540c54735e34fc846eae1fbe9e5be3
parentd898841530c88c6979679a21bf8d4f09fff39f68
MINOR: channel: Remove CF_READ_ACTIVITY

Thanks to previous changes, CF_READ_ACTIVITY flags can be removed.
Everywhere it was used, its value is now directly used
(CF_READ_EVENT|CF_READ_ERROR).
include/haproxy/channel-t.h
include/haproxy/channel.h
src/stconn.c
src/stream.c