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

v0.6.1

Compare
Choose a tag to compare
@Kriechi Kriechi released this 02 Aug 14:21
· 144 commits to development since this release
9766ad0

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!