netty5/transport/src
Norman Maurer 2618c2a649 [#5239] Allow adding handlers to pipeline with null name.
Motivation:

While doing 8fe3c83e4c I made a change which disallowed using null as name for handlers in the pipeline (this generated a new name before).

Modifications:

Revert to old behaviour and adding test case.

Result:

Allow null name again
2016-05-24 06:22:44 +02:00
..
main/java/io/netty [#5239] Allow adding handlers to pipeline with null name. 2016-05-24 06:22:44 +02:00
test/java/io/netty [#5239] Allow adding handlers to pipeline with null name. 2016-05-24 06:22:44 +02:00