]> git.kaiwu.me - haproxy.git/commit
MINOR: conn-stream: Rename CS functions dedicated to connections
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Mar 2022 12:20:00 +0000 (14:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit69ef6c9ef4712ff9a244f6d719a4981e389990f2
tree47a14d844d6b607512050c05896ae6a79c0513e1
parent2f35e7b6ab95eb38ecff67ad4b4b506656a083a1
MINOR: conn-stream: Rename CS functions dedicated to connections

Some conn-stream functions are only used when there is a connection. Thus,
they was renamed with "cs_conn_" prefix. In addition, we expect to have a
connection, so a BUG_ON is added to be sure the functions are never called
in another context.
include/haproxy/conn_stream.h
src/check.c
src/stream_interface.c