Skip to content

Netty: Possible event loss when pooled connection is closed before writing #768

Closed
@slandelle

Description

@slandelle

When sending a request from a non-IO thread, there's a chance a pooled connection gets closed before it's registered with the new NettyResponseFuture. If that happens, channelClosed doesn't do anything and the handler isn't notified.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions