]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: learn and store the peer's advertised MAX_CONCURRENT_STREAMS setting
authorWilly Tarreau <w@1wt.eu>
Thu, 31 Jan 2019 09:34:07 +0000 (10:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 Jan 2019 18:38:25 +0000 (19:38 +0100)
commit2e2083ae5b2aafcb05eac79aba92d74803b56a52
tree406a44b7d8885be068ef36e2331d7220229cddf9
parentfa1d357f05872a4485677d6bb4c47b2942b8cd51
MINOR: mux-h2: learn and store the peer's advertised MAX_CONCURRENT_STREAMS setting

We used not to take it into account because we only used the configured
parameter everywhere. This patch makes sure we can actually learn the
value advertised by the peer. We still enforce our own limit on top of
it however, to make sure we can actually limit resources or stream
concurrency in case of suboptimal server settings.
src/mux_h2.c