netty5/transport
Norman Maurer a99e29e032 Fix regression introduced by 11f9e9084b2da5e7a0e48c6a5c86be0f41a584de
Motivation:

While cherry-picked 11f9e9084b2da5e7a0e48c6a5c86be0f41a584de I changed the EmbeddedChannel implementation to not allow no ChannelHandlers when constructing it.
This was done by mistake.

Modifications:

Revert change and add unit test.

Result:

Restore old behavior.
2015-07-08 21:39:57 +02:00
..