rust-http2
rust-http2 copied to clipboard
Do not warn when connection is closed
Currently, server emits a warning when a connection is closed.
A warning should be emitted only if:
- connection is closed in the middle of the frame
- there are open streams
Or probably it shouldn't be a warning.