Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

v0.7.0

Latest
Compare
Choose a tag to compare
@Kriechi Kriechi released this 02 Aug 14:18
· 89 commits to development since this release
070dd32

Major Changes

  • Added a ping method, allowing the user to use the HTTP/2 PING frame to check connection liveness before, instead of, or between issuing requests.

Bugfixes

  • Don't send WINDOWUPDATE frames on closed streams.
  • Clean up the outstanding stream reads on stream close.
  • Ensured that connection state is always unconditionally reset on stream close, regardless of whether the connection has a socket object open or not.