]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: consider the elastic streams limit on frontend
authorWilly Tarreau <w@1wt.eu>
Sat, 9 May 2026 15:58:31 +0000 (17:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2026 12:36:08 +0000 (14:36 +0200)
commit731fc033dd56196761e42efe0d39b3d4b4ef8203
tree4e22db020ee040a7e8740010d4db2ff884636103
parentdd36c84a7b21fa86f8db57e3f832e3122a52aeef
MINOR: mux-h2: consider the elastic streams limit on frontend

Now the streams-elasticity limit applies to h2 frontend connections.
It allows to reduce the number of advertised streams based on the
number of concurrent connections.
src/mux_h2.c