[#1041] Fix reference to HttpObjectAggregator

This commit is contained in:
Norman Maurer 2013-02-11 20:32:59 +01:00
parent c1783cc8d3
commit 151cf0c782

View File

@ -34,7 +34,7 @@ public class HttpSnoopServerInitializer extends ChannelInitializer<SocketChannel
p.addLast("decoder", new HttpRequestDecoder());
// Uncomment the following line if you don't want to handle HttpChunks.
//pipeline.addLast("aggregator", new HttpChunkAggregator(1048576));
//pipeline.addLast("aggregator", new HttpObjectAggregator(1048576));
p.addLast("encoder", new HttpResponseEncoder());
// Remove the following line if you don't want automatic content compression.
//p.addLast("deflater", new HttpContentCompressor());