dc816e9807
Motivation: We should ensure we null out the cumulation buffer before we fire it through the pipleine in handlerRemoved(...) as in theory it could be possible that another method is triggered as result of the fireChannelRead(...) or fireChannelReadComplete() that will try to access the cumulation. Modifications: Null out cumulation buffer early in handlerRemoved(...) Result: No possible to access the cumulation buffer that was already handed over. |
||
---|---|---|
.. | ||
main/java/io/netty/handler/codec | ||
test |