netty5/codec-http2/src
chhsiao90 f4c2c1926f Fixed rfc violation about sending extension frame in the middle of headers
Motivation:

At rfc7540 5.5, it said that it's not permitted to send extension
frame in the middle of header block and need be treated as
protocol error

Modifications:

When received a extension frame, in netty it's called unknown frame,
will verify that is there an headersContinuation exists

Result:

When received a extension frame in the middle of header block,
will throw connection error and closed the connection
2017-01-26 11:25:15 -08:00
..
main/java/io/netty/handler/codec/http2 Fixed rfc violation about sending extension frame in the middle of headers 2017-01-26 11:25:15 -08:00
test Fixed rfc violation about sending extension frame in the middle of headers 2017-01-26 11:25:15 -08:00