rust-http2 icon indicating copy to clipboard operation
rust-http2 copied to clipboard

Do not warn when connection is closed

Open stepancheg opened this issue 7 years ago • 0 comments

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.

stepancheg avatar May 21 '18 14:05 stepancheg