hyperium / hyper

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

how hyper server set idle time out for h1 and h2 server? #3666

Closed xj524598 closed 1 month ago

xj524598 commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] how hyper server set idle time out for h1 and h2 server? i only found h1_server_builder.header_read_timeout, seems not work as idle time out

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

xj524598 commented 1 month ago

seems do not have yet