commit | a63f8f379faec39003dfcf3277f5879be45fda8c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 20 18:18:00 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 09 18:41:08 2023 +0100 |
tree | c0707118124338f9f8d2264719dc9dbc6693d00a | |
parent | 33e03cec5f171d2989cb4ff7b607c72d4ac1a86a [diff] |
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).