Wrong number

This commit is contained in:
Trustin Lee 2009-09-25 01:50:49 +00:00
parent 50012fd8e6
commit e069c7c958

View File

@ -32,7 +32,7 @@ import org.jboss.netty.channel.ChannelHandlerContext;
*
* <h3>2 bytes length field at offset 0, do not strip header</h3>
*
* The value of the length field in this example is <tt>10 (0x0C)</tt> which
* The value of the length field in this example is <tt>12 (0x0C)</tt> which
* represents the length of "HELLO, WORLD". By default, the decoder assumes
* that the length field represents the number of the bytes that follows the
* length field. Therefore, it can be decoded with the simplistic parameter