mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-29 02:00:59 +02: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.