netty5/codec/src
Norman Maurer faf8becf2e Make use of ByteBufProcessor for extract initial line and headers
This gives some nice performance boost as readByte() is quite expensive because of the index / replay checks.
2014-01-16 20:14:08 +01:00
..
main/java/io/netty/handler/codec Make use of ByteBufProcessor for extract initial line and headers 2014-01-16 20:14:08 +01:00
test/java/io/netty/handler/codec Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00