mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-10 01:21:15 +01:00
The function doesn't return a pointer to the mux but to the mux stream (h1s, h2s etc). Let's adjust its name to reflect this. It's rarely used, the name can be enlarged a bit. And of course s/cs/sc to accommodate for the updated name.