Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[netty#3881] FixedChannelPool creates 1 more channel than maxConnections
Motivation: FixedChannelPool should enforce a number of maximal used channels, but due a bug we fail to correctly enforce this. Modifications: Change check to correctly only acquire channel if we not hit the limit yet. Result: Correct limiting.
- Loading branch information