netty5/transport/src
Norman Maurer bd42987143 [#3988] Correctly count acquired channels in FixedChannelPool
Motivation:

We missed to correctly count acquired channels in FixedChannelPool which could produce an assert error.

Modifications:

Only try to decrement acquired count if the channel was really acuired.

Result:

No more assert error possible.
2015-07-21 21:07:13 +02:00
..
main/java/io/netty [#3988] Correctly count acquired channels in FixedChannelPool 2015-07-21 21:07:13 +02:00
test/java/io/netty [#3967] Guard against NPE in PendingWriteQueue 2015-07-17 21:31:27 +02:00