commit | 573ead1e689ad8d1a80442b2c0d8759f9335a871 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 15:39:30 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 14:06:01 2023 +0200 |
tree | fa5398575bd187da34cf50b261b54c49d521b2b6 | |
parent | 7eb837df4adec2e4487898c89cae12c7605e7b1c [diff] |
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.