netty5/example/src/main
Trustin Lee 10623ae133 Let OkResponseHandler extend SimpleChannelInboundHandler
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
2014-07-03 18:14:40 +09:00
..
java/io/netty/example Let OkResponseHandler extend SimpleChannelInboundHandler 2014-07-03 18:14:40 +09:00
resources/cors Fix most inspector warnings 2014-07-02 19:55:07 +09:00