netty5/transport/src/main
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
..
java/io/netty Make sure handlerAdded() is called before forwarding the buffer content of the removed handler 2013-04-24 19:25:43 +09:00