Features
- ext: add
ext::on_informational()
callback extension (#3818) (8ce1fcfa, closes #2565) - server: add
http1::Builder::ignore_invalid_headers(bool)
option (#3824) (3817a79b)
Bug Fixes
- server:
Breaking Changes
http2::Builder::max_local_error_reset_streams()
now takes&mut self
and returns&mut Self
. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types.
(e981a91e)
New Contributors
Thanks
Full Changelog: v1.5.2...v1.6.0