Skip to content

the connection is still established when the request future is timeout #1129

Closed
@wudikua

Description

@wudikua

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions