3.2.1 (2023-11-06)
Fixed
- Performance issues in HTTP/2, and HTTP/3, with or without multiplexed connections.
Changed
- Enforced a maximum in-flight request when using multiplexed connections. Default to 200 per connection
so, actually 2000 per Session (default is 10 connections). This can be overridden in ourHTTPAdapter
for advanced users.