v0.1.3
Added
- Add
Error::is_connect()
which returns true if error came from clientConnect
. - Add timer support to
legacy
pool. - Add support to enable http1/http2 parts of
auto::Builder
individually.
Fixed
- Fix
auto
connection so it can handle requests shorter than the h2 preface. - Fix
legacy::Client
to no longer error when keep-alive is diabled.
New Contributors
- @psibi made their first contribution in #82
- @jakubadamw made their first contribution in #95
- @SergioBenitez made their first contribution in #80
Full Changelog: v0.1.2...v0.1.3