Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

v0.3.6

Compare
Choose a tag to compare
@lxyu lxyu released this 24 Mar 07:36
· 89 commits to develop since this release

Changelog:

  • add compact protocol support, via #159.
  • add option to force return bytes on response, via #190.
  • bugfix for ssl socket can't be init without certfile and keyfile, and add additional capath argument for SSLContext. via #186.
  • bugfix for set_timeout only works before socket open, via #188.