MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 14:05:13 +0000 (16:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:51:22 +0000 (14:51 +0200)
commit0c370eee6dcbbf6d5557ec55f336f1fa566afc86
tree227a392f44830d3c23531ad7b3abc31b396b8d82
parentdf7cd710a829d2269516bcc012b974d64d9c1a3c
MINOR: stconn: Rename SC_FL_SHUTR in SC_FL_ABRT_DONE

Here again, it is just a flag renaming. In SC flags, there is no longer
shutdown for reads but aborts. For now this flag is set when a read0 is
detected. It is of couse not accurate. This will be changed later.
13 files changed:
include/haproxy/channel.h
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h
src/channel.c
src/cli.c
src/filters.c
src/flt_bwlim.c
src/http_ana.c
src/http_fetch.c
src/stats.c
src/stconn.c
src/stream.c
src/tcp_rules.c