netty5/transport
Guanpeng Xu 2d38a4453c Remove the comment which is a bit misleading
This fixes #6652.

Rationale

The invocation of initChannel of ChannelInitializer has been moved to as
early as during handlerAdded is invoked in 26aa34853, whereas it was
only invoked during channelRegistered is invoked before that. So the
comment does not describe how handlers are added in normal circumstances
anymore.

However, the code is kept as-is since there might be unusual cases, and
adding ServerBootstrapAcceptor via the event loop is always safe to
enforce the correct order.
2017-05-02 15:36:20 -07:00
..
src Remove the comment which is a bit misleading 2017-05-02 15:36:20 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-04-29 14:10:00 +02:00