commit | 2e2083ae5b2aafcb05eac79aba92d74803b56a52 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 31 10:34:07 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 31 19:38:25 2019 +0100 |
tree | 406a44b7d8885be068ef36e2331d7220229cddf9 | |
parent | fa1d357f05872a4485677d6bb4c47b2942b8cd51 [diff] |
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.