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: