});
pipeline.addLast("chunkaggregator", new HttpChunkAggregator(MAX_CONTENT_LENGTH));
pipeline.addLast("inflater", new HttpContentDecompressor());
pipeline.addLast("encoder", new HttpResponseEncoder());
pipeline.addLast("encoder2", new HttpResponseDecoder());
pipeline.addLast("handler", new QueryStringDecoderAndRouter(router));
return pipeline;
}