hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.36k stars 270 forks source link

Provide a way to shutdown a connection on quiescence #69

Open carllerche opened 7 years ago

carllerche commented 7 years ago

Both the server and the client need a way to initiate a clean shutdown. The process should be:

teohhanhui commented 1 year ago

Isn't this already supported? #245 #250

This issue is still referenced from the docs: https://github.com/hyperium/h2/blob/45b9bccdfcb26cfe9907123a1e975a22eb84c44f/src/server.rs#L57-L58

jorendorff commented 7 months ago

This issue is still referenced from the docs. @seanmonstar Is any part of this still open or did you fix all this 5+ years ago?