netty5/codec-redis/src
Jongyeol Choi 7db9f454fe Fix decoding null bulk string of RedisDecoder
Motivation:

- `RedisBulkStringAggregator` raises errors for multiple null bulk strings.
- Null or empty bulk string has no content, but current `RedisDecoder` generates header and contents.

Modifications:

- Fix decoding null bulk string of `RedisDecoder` for `RedisBulkStringAggregator`.

Result:

- Fixes #5184.
2016-05-01 20:26:35 +02:00
..
main/java/io/netty/handler/codec/redis Fix decoding null bulk string of RedisDecoder 2016-05-01 20:26:35 +02:00
test/java/io/netty/handler/codec/redis Fix decoding null bulk string of RedisDecoder 2016-05-01 20:26:35 +02:00