netty5/codec
Trustin Lee 1b3d7f5325 Make sure handlerAdded() is called before forwarding the buffer content of the removed handler
- Added a test case that reproduces the problem in ReplayingDecoderTest
- Call newHandler.handlerAdded() *before* oldHandler.handlerRemoved() to ensure newHandlerAdded() is called before forwarding the buffer content of the old handler in replace0().
2013-04-24 19:25:43 +09:00
..
src Make sure handlerAdded() is called before forwarding the buffer content of the removed handler 2013-04-24 19:25:43 +09:00
pom.xml Fix version numbering 2013-03-25 08:01:11 +01:00