netty5/codec
Trustin Lee 8b495bb6e1 Fix bugs in ZLIB codec where they produce malformed stream or their streams are not flushed on time
- Fixes #2014
- Add the tests that mix JDK ZLIB codec and JZlib codecs
- Fix a bug where JdkZlibEncoder does not encode the GZIP header when nothing was written to te channel
- Fix a bug where the encoders do not consider the overhead of the wrapper format when calculating the estimated compressed output size.
- Fix a bug where the decoders do not discard the received data after the compressed stream is finished
2013-11-29 18:08:34 +09:00
..
src Fix bugs in ZLIB codec where they produce malformed stream or their streams are not flushed on time 2013-11-29 18:08:34 +09:00
pom.xml Simplify bundle generation / Add io.netty.versions.properties to all JARs 2013-11-26 22:00:14 +09:00