netty5/transport/src
fratboy dbc078ccf4 Correctly count acquired channels when timeout occurs in FixedChannelPool
Motivation:

We don't decrease acquired channel count in FixedChannelPool when timeout occurs by AcquireTimeoutAction.NEW and eventually fails.

Modifications:

Set AcquireTask.acquired=true to call decrementAndRunTaskQueue when timeout action fails.

Result:

Acquired channel count decreases correctly.
2015-07-30 07:55:04 +02:00
..
main/java/io/netty Correctly count acquired channels when timeout occurs in FixedChannelPool 2015-07-30 07:55:04 +02:00
test/java/io/netty [#3967] Guard against NPE in PendingWriteQueue 2015-07-17 21:34:36 +02:00