3.4.6 (2024-02-21)
Fixed
- Unmatched filter for deprecation warning yielded by Cryptography due to some legacy CA available in Windows having a negative serial number.
- Setting
boundary
inContent-Type
header with no value associated (no equal sign) can cause a rare error (multipart). - Rare racing condition while emitting too many request across a multiplexed connections.
- Spawning too many threads while using
AsyncSession
in specific contexts.