]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Always report READ/WRITE event on shutr/shutw
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Feb 2023 06:55:19 +0000 (07:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 14:59:16 +0000 (15:59 +0100)
commitb08c5259eba461c4f88d6be24916d5f8add10298
tree05f0c040020867e4e819d3be044e71c1d411d314
parent80e4532105323be5855b70602a0885ffe8202a5d
MINOR: stconn: Always report READ/WRITE event on shutr/shutw

It was done by hand by callers when a shutdown for read or write was
performed. It is now always handled by the functions performing the
shutdown. This way the callers don't take care of it. This will avoid some
bugs.
12 files changed:
addons/promex/service-prometheus.c
src/backend.c
src/cache.c
src/cli.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/log.c
src/peers.c
src/sink.c
src/stats.c
src/stconn.c