Bug Fixes
- client: send an error back to client when dispatch misbehaves () (75aac9f4, closes #2649)
- http2: Fix race condition in client dispatcher (#3041) (f202230c)
Features
- body: upgrade to http-body 1.0.0-rc.2 (#3106) (51b45e3f)
- client:
- rt: Clean up Timer trait (#3037) (8790fee7, closes #3028)
- server:
Breaking Changes
- removes
server::conn::http2::Builder::with_executor()
(ab59a6f7) - The return types of
Timer
have been changed.
(8790fee7) - The return types for
Frame::into_data()
andFrame::into_trailers()
have been changed fromOption<T>
toResult<T, Self>
. - Most methods on the various
Builder
s have have their names changed, removing the version prefix (e.g.http1_writev()
becomeswritev()
).
New Contributors
- @programatik29 made their first contribution in #3059
- @alexs-sh made their first contribution in #3072
- @MrGunflame made their first contribution in #3089
- @dzvon made their first contribution in #3090
- @oliviacrain made their first contribution in #3091