215b61e8e2
Motivation: https://github.com/netty/netty/pull/8866 added support for calling Iterator.remove() but did not add a testcase. Modifications: Add testcase to ensure removal works. Result: Better test-coverage.