async-http-client
async-http-client copied to clipboard
Shutdown does not close HTTP2 connection
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.