netty5/handler/src
RoganDawes 0a1786c32c Remove the Handler only after it has initialized the channel (#9132)
Motivation:

Previously, any 'relative' pipeline operations, such as
ctx.pipeline().replace(), .addBefore(), addAfter(), etc
would fail as the handler was not present in the pipeline.

Modification:

Used the pattern from ChannelInitializer when invoking configurePipeline().

Result:

Fixes #9131
2019-05-13 13:55:17 +02:00
..
main/java/io/netty/handler Remove the Handler only after it has initialized the channel (#9132) 2019-05-13 13:55:17 +02:00
test Remove the Handler only after it has initialized the channel (#9132) 2019-05-13 13:55:17 +02:00