Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-28 | 1.5 kB | |
v1.6.0 source code.tar.gz | 2025-01-28 | 289.6 kB | |
v1.6.0 source code.zip | 2025-01-28 | 354.1 kB | |
Totals: 3 Items | 645.2 kB | 0 |
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:
- start http1 header read timeout when conn is idle (#3828) (10b09ffc, closes #3780, #3781)
- change
max_local_error_reset_streams
function to&mut self
(#3820) (e981a91e)
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
- @finnbear made their first contribution in https://github.com/hyperium/hyper/pull/3820
Thanks
- @GlenDC
- @tottoto
- @seanmonstar
Full Changelog: https://github.com/hyperium/hyper/compare/v1.5.2...v1.6.0