d1c235d454
Motivation: In the SslHandler we schedule a timeout at which we close the Channel if a timeout was detected during close_notify. Because this can race with notify the flushFuture we can see an IllegalStateException when the Channel is closed. Modifications: - Use a trySuccess() and tryFailure(...) to guard against race. Result: No more race. |
||
---|---|---|
.. | ||
collection | ||
concurrent | ||
internal | ||
AttributeKeyTest.java | ||
DefaultAttributeMapTest.java | ||
HashedWheelTimerTest.java | ||
NetUtilTest.java | ||
RecyclerTest.java | ||
ThreadDeathWatcherTest.java | ||
UniqueNameTest.java |