]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:45:24 +0000 (15:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:46:07 +0000 (14:46 +0200)
commite38534cbd06250280870a3016831a14d8b567ecb
tree2e976d177c0df10c9a306606e41d068ad45d30dd
parent12762f09a5dfa0cdcb6661c56c845ed76f3b3d2c
MINOR: stconn: Rename SC_FL_SHUTW_NOW in SC_FL_SHUT_WANTED

Because shutowns for reads are now considered as aborts, the shudowns for
writes can now be considered as shutdowns. Here it is just a flag
renaming. SC_FL_SHUTW_NOW is renamed SC_FL_SHUT_WANTED.
include/haproxy/channel.h
include/haproxy/stconn-t.h
src/applet.c
src/backend.c
src/channel.c
src/cli.c
src/http_ana.c
src/stconn.c
src/stream.c