e053b96b5c
Motivation: People need to set all length fields manually when creating a memcache message and it's error prone. See #2736 for more dicussion. Modifications: This patch adds the logic to update the keyLength, extrasLength and totalBodyLength when key, extras or content is set. Result: The length fields of memcache messages will be updated automatically. |
||
---|---|---|
.. | ||
main/java/io/netty/handler/codec/memcache | ||
test/java/io/netty/handler/codec/memcache/binary |