1464abe765
Motivation: OkResponseHandler is the last handler in the pipeline of the HTTP CORS example. It is responsible for releasing all messages it handled. Modification: Extend SimpleChannelInboundHandler instead of ChannelInboundHandlerAdapter Result: Fixed a leak