swift-server/async-http-client

Shutdown does not close HTTP2 connection

adam-fowler opened this issue · 0 comments

After executing a request via HTTP2 and then calling shutdown the connection to the server is left open.

I would expect shutdown to close any open connections.