commit | 9d7abda787ac76c04a7e68363d7a322918ce28a7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 17 15:04:34 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 18 15:58:55 2023 +0200 |
tree | 8f74ab255122a4d553cf76277e4f92f280a090f8 | |
parent | b36e512bd0527cbd3296527472ca852f5f96539f [diff] |
MINOR: mux-h2: make the initial window size configurable per side For a long time the initial window size (per-stream size) was set once for both directions, frontend and backend, resulting in a tradeoff between upload speed and download fairness. This commit allows it to be configured separately for each side. The older settings remains the fallback choice when other ones are not set.