hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.42k stars 1.59k forks source link

chore(docs): add info on required timer for header_read_timeout #3585

Closed dswij closed 7 months ago

dswij commented 7 months ago

Part of https://github.com/hyperium/hyper/issues/3567

This PR adds more info on the documentation for header_read_timeout that it will panic when timeout is configured without timer.