6491f359c7
Motivation: For what-ever reason Http2FrameLogger did extend ChannelHandlerAdapter but not override any of its methods. We should not extend it at all as it is not a ChannelHandler. Modifications: Remove extends Result: Less confusing / more correct / clear code.