netty5/example
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
..
src/main Let OkResponseHandler extend SimpleChannelInboundHandler 2014-07-03 18:14:40 +09:00
.gitignore [#844] [#867] Add UDT transport 2013-01-07 21:06:22 +01:00
pom.xml Initial STOMP protocol work from @sskachkov 2014-06-04 17:09:42 +09:00