This commit is contained in:
Trustin Lee 2009-06-19 14:52:29 +00:00
parent 997dc9081a
commit 2aa6f3e48d

View File

@ -27,7 +27,7 @@ import org.jboss.netty.buffer.ChannelBuffers;
/**
* An <a href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a>
* chunk.
* chunk which is used for HTTP chunked transfer-encoding.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)