commit | da098e6c17d7941a02dd5152514dc1edd02fdaf5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 31 17:44:45 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | 33e04244a041767a481f98bd0299fcbfd6753cca | |
parent | 69ef6c9ef4712ff9a244f6d719a4981e389990f2 [diff] |
MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope si_shutr(), si_shutw(), si_chk_rcv() and si_chk_snd() are moved in the conn-stream scope and renamed, respectively, cs_shutr(), cs_shutw(), cs_chk_rcv(), cs_chk_snd() and manipulate a conn-stream instead of a stream-interface.