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

v0.1.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 06 Feb 19:49
· 697 commits to development since this release

Minor Changes

  • Support for HTTP/2 draft 15, and 16. No drop of support for draft 14.
  • Updated bundled certificate file.

Bugfixes

  • Fixed AttributeError being raised when a PING frame was received, thanks
    to @t2y. (Issue #79)
  • Fixed bug where large frames could be incorrectly truncated by the buffered
    socket implementation, thanks to @t2y. (Issue #80)