Fix variable name
This commit is contained in:
parent
b56f60c7ff
commit
b644d4e931
@ -34,7 +34,7 @@ public class HttpSnoopServerInitializer extends ChannelInitializer<SocketChannel
|
|||||||
|
|
||||||
p.addLast("decoder", new HttpRequestDecoder());
|
p.addLast("decoder", new HttpRequestDecoder());
|
||||||
// Uncomment the following line if you don't want to handle HttpChunks.
|
// 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());
|
p.addLast("encoder", new HttpResponseEncoder());
|
||||||
// Remove the following line if you don't want automatic content compression.
|
// Remove the following line if you don't want automatic content compression.
|
||||||
//p.addLast("deflater", new HttpContentCompressor());
|
//p.addLast("deflater", new HttpContentCompressor());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user