netty5/handler
Norman Maurer c061bd1798
Ensure SniCompletionEvent is not lost after onLookupComplete(...) (#10709)
Motivation:

In the master branch we fail fire* operations on the ChannelHandlerContext once the handler was removed. This is by design as it is "unspecified" what the semantics could be after the handler was removed and may lead to very hard to debug problems. Because of this we need to select the right ChannelHandlerContext for firing the event.

Modifications:

Choose a valid ChannelHandlerContext based on the state of the context of the handler

Result:

No more test failures
2020-10-20 09:01:15 +02:00
..
src Ensure SniCompletionEvent is not lost after onLookupComplete(...) (#10709) 2020-10-20 09:01:15 +02:00
pom.xml Add a build profile for JDK 16 (#10675) 2020-10-12 16:42:40 +02:00