netty5/codec/src
2013-02-14 11:18:12 +01:00
..
main/java/io/netty/handler/codec Fix unreplayble error 2013-02-14 11:18:12 +01:00
test/java/io/netty/handler/codec More fixes to snappy: * Make Snappy.decode stateful instead of relying on the uncompressed length being equal to the compressed length * Correctly handle copies where offset < length * Take copies from the output buffer in decoding * Make the maximum encoded chunk size 32kB for compressed data 2013-02-11 15:05:27 +01:00