netty5/codec-http2
chhsiao90 b1436e80ef Cleanup DefaultHttp2FrameReader about verifyUnknownFrame
Motivation:

In previous PR about handling unknwon frame in the middle of header
block, I didn't notice and re-use about checking is processing header
. And I added a redundant method for same functionality.
I think that the redundant method would lead to some misleading
situation.

Modifications:

Removed redundant code on DefaultHttp2FrameReader

Result:

The code is more readable
2017-02-20 22:12:20 -08:00
..
src Cleanup DefaultHttp2FrameReader about verifyUnknownFrame 2017-02-20 22:12:20 -08:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00