New
#rustlang @hyper.rs v1.8.0 release out now!
Highlights:
- `rt::Timer` can override `now()`.
- Fix internals of HTTP/2 extended connect upgrades.
github.com/hyperium/hyp...Release v1.8.0 · hyperium/hyper
Highlights
Features
rt: add Timer::now() method to allow overriding the instant returned (#3965) (5509ebe6)
Bug Fixes
http1: fix rare missed write wakeup on connections (#3952) (2377b893)
http2:...