wire-server
wire-server copied to clipboard
http2-manager: Allow requests to work despite other requests being stuck on server side
https://wearezeta.atlassian.net/browse/WPB-4840
Checklist
- [ ] Add a new entry in an appropriate subdirectory of
changelog.d - [ ] Read and follow the PR guidelines
One part of the problem is in the server side. The server hardcodes the number of workers to 3, but the max concurrency is 100. So the client gets stuck without any warning. This might get resolved by https://github.com/kazu-yamamoto/http2/issues/98