wire-server
wire-server copied to clipboard
WPB-4840: Improving HTTP2 concurrency
Changes
Updating the HTTP2 manager to track concurrency per connection, and creating new connections when concurrent requests exceed the specified amount per HTTP2 connection.
Checklist
- [:heavy_check_mark:] Add a new entry in an appropriate subdirectory of
changelog.d - [:heavy_check_mark:] Read and follow the PR guidelines
I wrote a test which I thought represented the bug better here: https://github.com/wireapp/wire-server/pull/3700 This test doesn't pass on this branch. So I am going to take a shot at solving this problem there.