Skip to content

Version 3.2.3

Compare
Choose a tag to compare
@Ousret Ousret released this 11 Nov 16:08
· 108 commits to main since this release
af7b1c4

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: Function check_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.