7d53b97c0f
Motivation: We need to carefully check for null before we pass the cumulation buffer into decodeLast as callDecode(...) may have removed the codec already and so set cumulation to null. Modifications: - Check for null and if we see null use Unpooled.EMPTY_BUFFEr - Only call decodeLast(...) if callDecode(...) didnt remove the handler yet. Result: Fixes https://github.com/netty/netty/issues/10802 |
||
---|---|---|
.. | ||
src | ||
pom.xml |