netty5/codec-memcache/src
Michael Nitschinger 65ee10fbd0 [codec-memcache] Avoid NPE on channelInactive.
Motivation:
When no currentMessage has been set and the channel is inactive, a NPE is raised.

Modification:
Make sure that a currentMessage is available before checking the extras.

Result:
No more NPE raised potentially.
2014-04-23 11:41:44 +02:00
..
main/java/io/netty/handler/codec/memcache [codec-memcache] Avoid NPE on channelInactive. 2014-04-23 11:41:44 +02:00
test/java/io/netty/handler/codec/memcache/binary [codec-memcache] Simplify object hierachy and remove Headers. 2014-03-04 13:05:30 +01:00