netty5/transport/src
Norman Maurer 94c0ef3c96 Not fail the promise when a closed Channel is offered back to the ChannelPool
Motivation:

We should not fail the promise when a closed Channel is offereed back to the ChannelPool as we explicit mention that the Channel must always be returned.

Modifications:

- Not fail the promise
- Add test-case

Result:

Fixes [#6831]
2017-06-13 18:50:20 +02:00
..
main/java/io/netty Not fail the promise when a closed Channel is offered back to the ChannelPool 2017-06-13 18:50:20 +02:00
test/java/io/netty Not fail the promise when a closed Channel is offered back to the ChannelPool 2017-06-13 18:50:20 +02:00