[#1534] Fix handling of partial frames in SslHandler

* Let SslHandler not extend ByteToMessageDecoder
This commit is contained in:
Norman Maurer 2013-07-08 14:22:54 +02:00 committed by Trustin Lee
parent cbd8817905
commit 354de0a8f0

View File

@ -808,7 +808,6 @@ public class SslHandler extends ByteToMessageDecoder implements ChannelOutboundH
return packetLength;
}
@Override
protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws SSLException {
int packetLength = this.packetLength;
if (packetLength == 0) {