Skip to content

Version 3.2.2

Compare
Choose a tag to compare
@Ousret Ousret released this 08 Nov 08:49
· 109 commits to main since this release
d4a947a

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 our HTTPAdapter for advanced users.
    This limit was changed due to a constraint in qh3, 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().