]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: channel: Rename CF_WRITE_NULL to CF_WRITE_EVENT
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 12 Dec 2022 07:11:36 +0000 (08:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Jan 2023 17:41:08 +0000 (18:41 +0100)
commitb96f2aa38032e806051b1b41e61eb132c930df8e
tree317672e53e8d481c92b1a6d6c09b09c734230726
parent6e1bbc446b74744129ec3dabd70b2b37eacf7bee
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.
include/haproxy/channel-t.h
src/backend.c
src/stconn.c
src/stream.c