netty5/transport/src
Scott Mitchell 99c85ef4f5 cf171ff525 Close Regression
Motivation:
cf171ff525 introduced a change in behavior when dealing with closing channel in the read loop. This changed behavior may use stale state to determine if a channel should be shutdown and may be incorrect.

Modifications:
- Revert the usage of potentially stale state

Result:
Closing a channel in the read loop is based upon current state instead of potentially stale state.
2016-03-24 14:52:04 -07:00
..
main/java/io/netty cf171ff525 Close Regression 2016-03-24 14:52:04 -07:00
test/java/io/netty Add methods to easily release messages from inbound / outbound buffer of EmbeddedChannel 2016-03-24 11:03:30 +01:00