You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.