mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 04:53:25 +02:00
Add a new method for mux, avail_streams, that returns the number of streams still available for a mux. For the mux_pt, it'll return 1 if the connection is in idle, or 0. For the H2 mux, it'll return the max number of streams allowed, minus the number of streams currently in use.