netty5/codec-http2/src
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
..
main/java/io/netty/handler/codec/http2 Cleanup DefaultHttp2FrameReader about verifyUnknownFrame 2017-02-20 22:12:20 -08:00
test HTTP/2 Unit Test LocalChannel Leaks 2017-02-20 13:54:30 -08:00