v0.14.28
版本发布时间: 2023-12-18 22:50:19
hyperium/hyper最新发布版本:v1.4.1(2024-07-09 21:41:48)
Features
- body: deprecate to_bytes() and aggregate() (#3466) (7f382ad6)
-
client: add
conn::http1::Connection::without_shutdown()
method (#3431) (ad504977) -
server: add
Builder::local_addr()
(#3278) (d342c2c7)
Bug Fixes
-
client:
- panic when pool idle timeout set to zero (#3365) (34d38008)
- divide by zero error when DNS returns no addrs (#3355) (41eaf204)
- Do not strip
path
andscheme
components from URIs for HTTP/2 Extended CONNEC (45aa6249) - early respond from server shouldn't propagate reset error (#3274) (aac6760e, closes #2872)
- http1:
New Contributors
- @bdbai made their first contribution in https://github.com/hyperium/hyper/pull/3242
- @gngpp made their first contribution in https://github.com/hyperium/hyper/pull/3355