Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AbstractKQueueChannel#writeFilter is invoked with the correct boolean…
… depending on the ChannelOutboundBuffer state (netty#11128) Motivation: This is a regression caused by netty#11086 Modifications: AbstractKQueueChannel#writeFilter should be invoked with `!in.isEmpty()` - false - all messages are written - true - there are still messages to be written Result: AbstractKQueueChannel#writeFilter is invoked with the correct boolean depending on the ChannelOutboundBuffer state
- Loading branch information