This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
v0.0.3
- Use bundled SSL certificates in addition to the OS ones, which have limited
platform availability. (#9) - Connection objects reset to their basic state when they're closed, enabling
them to be reused. Note that they may not be reused if exceptions are thrown
when they're in use: you must open a new connection in that situation. - Connection objects are now context managers. (#13)
- The
HTTP20Adapter
correctly reuses connections. - Stop sending WINDOWUPDATE frames with a zero-size window increment.
- Provide basic functionality for gracelessly closing streams.
- Exhausted streams are now disposed of. (#14)