a99e29e032
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.