Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-19 | 1.5 kB | |
v1.5.1 source code.tar.gz | 2024-11-19 | 285.7 kB | |
v1.5.1 source code.zip | 2024-11-19 | 349.1 kB | |
Totals: 3 Items | 636.2 kB | 0 |
Bug Fixes
- http2:
- pass proper value to h2 max_local_error_reset_streams (4a20147a)
- improve graceful shutdown during handshake (#3729) (13b05943)
What's Changed
- test(client): unflake client try_send_request unit test by @seanmonstar in https://github.com/hyperium/hyper/pull/3770
- docs(lib): fix up misleading example about unstable features by @seanmonstar in https://github.com/hyperium/hyper/pull/3771
- docs(lib): do not inline http rexports by @seanmonstar in https://github.com/hyperium/hyper/pull/3772
- Change graceful_shutdown function behavior. by @ionut-slaveanu in https://github.com/hyperium/hyper/pull/3729
- chore(ci): pin hashbrown in MSRV job by @seanmonstar in https://github.com/hyperium/hyper/pull/3783
- fix(http2): pass proper value to h2
max_local_error_reset_streams
by @magurotuna in https://github.com/hyperium/hyper/pull/3782 - chore(dependencies): remove libc crate from dependencies by @tottoto in https://github.com/hyperium/hyper/pull/3377
New Contributors
- @ionut-slaveanu made their first contribution in https://github.com/hyperium/hyper/pull/3729
Thanks
- @seanmonstar
- @ionut-slaveanu
- @magurotuna
- @tottoto
Full Changelog: https://github.com/hyperium/hyper/compare/v1.5.0...v1.5.1