]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 13:30:03 +0000 (15:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit974da9f8a41e53c9d4227a27c2a64c00c53644cc
tree2701411e1e9224c2fceb2df37063735d7edd554a
parent8abe7127492b445051a3cc5cd2fba261138e8ef1
MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead

Flag to not wake the stream up on I/O is now handled at the conn-stream
level. Thus SI_FL_DONT_WAKE stream-int flag is replaced by CS_FL_DONT_WAKE
conn-stream flags.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/stream_interface-t.h
src/cli.c
src/stream.c
src/stream_interface.c