commit | 000ba3e613b31986d94b8e6eeeb76a22095b55ac | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 01 17:06:32 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | 6637b295b83e4ede5fae71c1f8ec469676d2b728 | |
parent | 431ce2e3c1d97585950fb38a517430b08b250120 [diff] |
MINOR: conn-stream: Move si_conn_cb in the conn-stream scope si_conn_cb variable is renamed cs_data_conn_cb. In addtion, its associated functions are also renamed. si_cs_recv(), si_cs_send() and si_cs_process() are renamed cs_conn_recv(), cs_conn_send and cs_conn_process(). These functions are updated to manipulate conn-streams instead of stream-interfaces.