]> git.kaiwu.me - haproxy.git/commit
REORG: conn-stream: Move cs_shut* and cs_chk* in cs_utils
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 11:58:09 +0000 (13:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit19bd728642488a8c17e121cd527fb16867cf6f2e
tree54537867f7187c510d3d82824aa426b02970d2c7
parentdde33046bd14b4a3fe36e94893003c0f91af6312
REORG: conn-stream: Move cs_shut* and cs_chk* in cs_utils

cs_shutr(), cs_shutw(), cs_chk_rcv() and cs_chk_snd() are moved in
cs_utils.h
include/haproxy/cs_utils.h
include/haproxy/stream_interface.h
src/conn_stream.c