Added a TODO to ProtobufVariant32FrameDecoder

This commit is contained in:
Trustin Lee 2010-06-23 05:22:57 +00:00
parent b2ebe26a25
commit c9555d01bf

View File

@ -45,6 +45,8 @@ import com.google.protobuf.CodedInputStream;
*/ */
public class ProtobufVarint32FrameDecoder extends FrameDecoder { public class ProtobufVarint32FrameDecoder extends FrameDecoder {
// TODO maxFrameLength + safe skip (just like LengthFieldBasedFrameDecoder)
/** /**
* Creates a new instance. * Creates a new instance.
*/ */