netty5/microbench/src
buchgr c9918de37b http2: Make MAX_HEADER_LIST_SIZE exceeded a stream error when encoding.
Motivation:

The SETTINGS_MAX_HEADER_LIST_SIZE limit, as enforced by the HPACK Encoder, should be a stream error and not apply to the whole connection.

Modifications:

Made the necessary changes for the exception to be of type StreamException.

Result:

A HEADERS frame exceeding the limit, only affects a specific stream.
2016-10-17 09:24:06 -07:00
..
main http2: Make MAX_HEADER_LIST_SIZE exceeded a stream error when encoding. 2016-10-17 09:24:06 -07:00
test/java/io/netty/microbench retainSlice() unwrap ByteBuf 2016-07-29 11:16:44 -07:00