]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: add a "max_streams" method.
authorOlivier Houchard <cognet@ci0.org>
Sun, 2 Dec 2018 00:31:17 +0000 (01:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 16:48:32 +0000 (17:48 +0100)
commit8defe4b51aeb478b7d8138e7e867b2b9e2a6990f
tree6f0a9c84f518c67ab7c92b9a37080e21a7d893cd
parentf3e65b086db60b59af78500d10ebcf890908d849
MINOR: mux: add a "max_streams" method.

Add a new method to muxes, "max_streams", that returns the max number of
streams the mux can handle. This will be used to know if a mux is in use
or not.
include/types/connection.h
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c