diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectAggregator.java b/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectAggregator.java index 1a942907b9..9a50466950 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectAggregator.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectAggregator.java @@ -67,7 +67,7 @@ public class HttpObjectAggregator extends MessageToMessageDecoder { * Creates a new instance. * * @param maxContentLength - * the maximum length of the aggregated content. + * the maximum length of the aggregated content in bytes. * If the length of the aggregated content exceeds this value, * a {@link TooLongFrameException} will be raised. */