commit | b96f2aa38032e806051b1b41e61eb132c930df8e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 12 08:11:36 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 09 18:41:08 2023 +0100 |
tree | 317672e53e8d481c92b1a6d6c09b09c734230726 | |
parent | 6e1bbc446b74744129ec3dabd70b2b37eacf7bee [diff] |
REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENT As for CF_READ_NULL, it appears CF_WRITE_NULL and other write events on a channel are mainly used to wake up the stream and may be replace by on write event. In this patch, we introduce CF_WRITE_EVENT flag as a replacement to CF_WRITE_EVENT_NULL. There is no breaking change for now, it is just a rename. Gradually, other write events will be merged with this one.