mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-30 14:31:08 +01:00
A number of functions in cs_utils.h are not usable from functions taking a const because they're not declared as using const, despite never modifying the stconn. Let's address this for the following ones: sc_ic(), sc_oc(), sc_ib(), sc_ob(), sc_strm_task(), cs_opposite(), sc_conn_ready(), cs_src(), cs_dst(),