7ec12d327f
* The problem with the release(..) calls here was that it would have called release on an unsupported message and then throw an exception. This exception will trigger ChannelOutboundBuffer.fail(..), which will also try to release the message again. * Also use the same exception type for unsupported messages as in other channel impls. |
||
---|---|---|
.. | ||
src | ||
pom.xml |