MINOR: mux-h2: make the max number of concurrent streams configurable per side
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Apr 2023 13:57:03 +0000 (15:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Apr 2023 13:58:55 +0000 (15:58 +0200)
commitca1027c22fda9d993cbce716163d28b1e4e8aa0f
tree1e0a22879b21165b7d7bca8f7ef604f4b27b564b
parent9d7abda787ac76c04a7e68363d7a322918ce28a7
MINOR: mux-h2: make the max number of concurrent streams configurable per side

For a long time the maximum number of concurrent streams was set once for
both sides (front and back) while the impacts are different. This commit
allows it to be configured separately for each side. The older settings
remains the fallback choice when other ones are not set.
doc/configuration.txt
src/mux_h2.c