netty5/testsuite
Trustin Lee e59ac8e79b Do not call inbound event methods directly
- Fixes #831

This commit ensures the following events are never triggered as a direct
invocation if they are triggered via ChannelPipeline.fire*():

- channelInactive
- channelUnregistered
- exceptionCaught

This commit also fixes the following issues surfaced by this fix:

- Embedded channel implementations run scheduled tasks too early
- SpdySessionHandlerTest tries to generate inbound data even after the
  channel is closed.
- AioSocketChannel enters into an infinite loop on I/O error.
2012-12-18 03:04:26 +09:00
..
src/test/java/io/netty/testsuite Do not call inbound event methods directly 2012-12-18 03:04:26 +09:00
pom.xml Fix the incorrect snapshot version number 2012-12-13 22:49:31 +09:00