netty5/transport
Trustin Lee 0f46d4b379 Revert 25c7a783a7 and fix #1064 differently
- Rename inbound/outboundBufferFreed to inbound/OutboundShutdown which makes more sense
- Move DefaultChannelHandlerContext.isInbound/OutboundBufferFreed() to DefaultChannelPipeline
- Fix a problem where invokeFreeInbound/OutboundBuffer() sets inbound/outboundShutdown too early (this was the direct cause of #1064)
- Remove the volatile modifier - DCHC.prev/next are volatile and that's just enough
2013-02-21 15:19:42 -08:00
..
src Revert 25c7a783a7 and fix #1064 differently 2013-02-21 15:19:42 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-02-14 12:56:24 -08:00