Fix variable name

This commit is contained in:
Norman Maurer 2013-02-21 06:59:49 +01:00
parent b56f60c7ff
commit b644d4e931

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 HttpObjectAggregator(1048576));
//p.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());