commit | e38534cbd06250280870a3016831a14d8b567ecb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 15:45:24 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 14:46:07 2023 +0200 |
tree | 2e976d177c0df10c9a306606e41d068ad45d30dd | |
parent | 12762f09a5dfa0cdcb6661c56c845ed76f3b3d2c [diff] |
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.