This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
v0.6.1
Bugfixes
- Tolerate errors when attempting to send a RST_STREAM frame.
- Ensure that calls to fileno() on the compatibility SSLSocket object actually work correctly. Thanks to @benlast!
- Improved some problems with thread-safety in the Stream class. Thanks to @fredthomsen!
- Allowed for systems to use hyper without the bundled cert file being present. Thanks to @JasonGowthorpe!