wire-server icon indicating copy to clipboard operation
wire-server copied to clipboard

WPB-4840: Improving HTTP2 concurrency

Open lepsa opened this issue 2 years ago • 1 comments

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

lepsa avatar Oct 23 '23 06:10 lepsa

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.

akshaymankar avatar Nov 08 '23 11:11 akshaymankar