]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Dec 2022 17:10:04 +0000 (18:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Jan 2023 17:41:08 +0000 (18:41 +0100)
commitd898841530c88c6979679a21bf8d4f09fff39f68
tree2188862567a188d68c9c7f5b13effa1a322b291d
parent285f7616ee1b038aa1ec40b9568a954e9a61d1af
MEDIUM: channel: Use CF_WRITE_EVENT instead of CF_WRITE_PARTIAL

Just like CF_READ_PARTIAL, CF_WRITE_PARTIAL is now merged with
CF_WRITE_EVENT. There a subtlety in sc_notify(). The "connect" event
(formely CF_WRITE_NULL) is now detected with
(CF_WRITE_EVENT + sc->state < SC_ST_EST).
include/haproxy/channel-t.h
src/applet.c
src/cli.c
src/stconn.c
src/stream.c