This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
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.