Skip to content

Version 2.2.906

Compare
Choose a tag to compare
@Ousret Ousret released this 11 Nov 15:59
· 173 commits to main since this release
bdd39cd

2.2.906 (2023-11-11)

  • Bumped minimum requirement for qh3 to version 0.14.0 in order to drop private calls in contrib.hface.protocols._qh3.
  • Cache the last 1024 parse_url function calls as it is costly.
  • Fixed incomplete flow control window checks while sending data in HTTP/2.
  • Fixed unexpected BrokenPipeError exception in a rare edge case.
  • Changed behavior for efficiency around socket.recv to pull conn.blocksize bytes regardless of Response.read(amt=...).