Skip to content

Always close Channel when AsyncHandler returns ABORT #1350

@slandelle

Description

@slandelle

State.ABORT means to aggressively terminate the stream.
We currently handle it as a gentle way to ignore new chunks, drain the connection and then return it to the pool. The consequence is that we never terminate infinite streams, see #1306

We should close the Channel when AsyncHandler returns ABORT.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions