Skip to content

Version 0.12.3

Choose a tag to compare

@florimondmanca florimondmanca released this 28 Jan 16:01
· 384 commits to master since this release
ed76a30

0.12.3 (December 7th, 2020)

Fixed

  • Abort SSL connections on close rather than waiting for remote EOF when using asyncio. (Pull #167)
  • Fix exception raised in case of connect timeouts when using the anyio backend. (Pull #236)
  • Fix Host header precedence for :authority in HTTP/2. (Pull #241, #243)
  • Handle extra edge case when detecting for socket readability when using asyncio. (Pull #242, #244)
  • Fix asyncio SSL warning when using proxy tunneling. (Pull #249)