commit | b2b1c3a6ea1fca4f7a736c068463205a8ff02ecc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 16:23:48 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 15:02:57 2023 +0200 |
tree | af491ea2c9dc4b075abea0060baa4144d572cb6c | |
parent | 208c712b404e3c4ab713a19dd1f708de90189101 [diff] [blame] |
MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown() All reference to a shutw is replaced by an abort. So sc_shutw() is renamed sc_shutdown(). SC app ops functions are renamed accordingly.
diff --git a/src/cli.c b/src/cli.c index 55a825a..bcb4ce7 100644 --- a/src/cli.c +++ b/src/cli.c
@@ -2748,7 +2748,7 @@ s->scb->flags |= SC_FL_NOLINGER | SC_FL_NOHALF; sc_abort(s->scb); - sc_shutw(s->scb); + sc_shutdown(s->scb); /* * starting from there this the same code as