MINOR: channel: Remove CF_WRITE_ACTIVITY
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Dec 2022 17:18:00 +0000 (18:18 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Jan 2023 17:41:08 +0000 (18:41 +0100)
commita63f8f379faec39003dfcf3277f5879be45fda8c
treec0707118124338f9f8d2264719dc9dbc6693d00a
parent33e03cec5f171d2989cb4ff7b607c72d4ac1a86a
MINOR: channel: Remove CF_WRITE_ACTIVITY

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