Closed
Description
When the async request future is timeout, I call the future.cancel(), but I use "netstat -an" to find the connection status is still ESTABLISH. I have configured the max connection and max connection per host. It seems not function.
I read the source code find that, the ChannelManager line 137, do not close the SocketChannel, but just realse the semaphore, should o be converted to SocketChannel and close it?
Metadata
Metadata
Assignees
Labels
No labels