commit | 69ef6c9ef4712ff9a244f6d719a4981e389990f2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 31 14:20:00 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | 47a14d844d6b607512050c05896ae6a79c0513e1 | |
parent | 2f35e7b6ab95eb38ecff67ad4b4b506656a083a1 [diff] |
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.