MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:39:30 +0000 (15:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:06:01 +0000 (14:06 +0200)
commit573ead1e689ad8d1a80442b2c0d8759f9335a871
treefa5398575bd187da34cf50b261b54c49d521b2b6
parent7eb837df4adec2e4487898c89cae12c7605e7b1c
MINOR: stconn: Rename SC_FL_SHUTR_NOW in SC_FL_ABRT_WANTED

It is the first step to transform shutdown for reads for the upper layer
into aborts. This patch is quite simple, it is just a flag renaming.
include/haproxy/channel.h
include/haproxy/stconn-t.h
src/cli.c
src/http_ana.c
src/stream.c