I think that need create other param, for HttpObjectAggregator, to set maxContentLength
maxChunkContentLength - I do not know what it's for, but by the name it does not seem appropriate.
|
pipeline.addLast("aggregator", new HttpObjectAggregator(config.maxChunkContentLength())); |
I think that need create other param, for HttpObjectAggregator, to set maxContentLength
maxChunkContentLength - I do not know what it's for, but by the name it does not seem appropriate.
nettosphere/server/src/main/java/org/atmosphere/nettosphere/NettyChannelInitializer.java
Line 56 in 2b6dc5e