[#1041] Fix reference to HttpObjectAggregator
This commit is contained in:
parent
c1783cc8d3
commit
151cf0c782
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user