Skip to content

Why close() method always return false in HttpClientConnector #459

@oyz1314

Description

@oyz1314

I am using HttpClientConnector to establish a connection and achieve HTTP communication,and after FullHttpMessageListener onComplete method has been called, i want to close the connection.But,the close() method always return false
@OverRide
public boolean close() {
return false;
}
Why design this?

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