3.2.2 (2023-11-08)
Changed
- Enforced a maximum in-flight request when using multiplexed connections. Default to 124 per connection
so, actually 1240 per Session (default is 10 connections). This can be overridden in ourHTTPAdapter
for advanced users.
This limit was changed due to a constraint inqh3
, for now, we have no way to set this dynamically. We choose the safest
lowest value in h2, and qh3. This will be improved later.
Fixed
- Performance issue in
get_environ_proxies()
.