netty5/transport/src
Norman Maurer 1cce998bb0 [#3662] Fail the connect future on close
Motivation:

Because of a bug we missed to fail the connect future when doClose() is called. This can lead to a future which is never notified and so may lead to deadlocks in user-programs.

Modifications:

Correctly fail the connect future when doClose() is called and the connection was not established yet.

Result:

Connect future is always notified.
2015-04-27 20:05:00 +02:00
..
main/java/io/netty [#3662] Fail the connect future on close 2015-04-27 20:05:00 +02:00
test/java/io/netty Revert "Ensure channelReadComplete() is called only when necessary" 2015-04-20 09:10:41 +02:00