Version 3.2.3
3.2.3 (2023-11-11)
Fixed
- Overall performance improvement.
- A racing condition in
HTTPAdapter
with multiplexed enabled while in threads.
Removed
- Checks for header validity as it is duplicated (upstream does it already).
Warning: Functioncheck_header_validity
has been removed. It was not public in the first place.
Changed
- Cached proxies from environment to avoid unnecessary scans on each request.