netty5/codec-http2/src/test/java/io
nmittler ef729e7021 Allow non-standard HTTP/2 settings
Motivation:

The Http2Settings class currently disallows setting non-standard settings, which violates the spec.

Modifications:

Updated Http2Settings to permit arbitrary settings. Also adjusting the default initial capacity to allow setting all of the standard settings without reallocation.

Result:

Fixes #3560
2015-04-02 11:10:47 -07:00
..
netty/handler/codec/http2 Allow non-standard HTTP/2 settings 2015-04-02 11:10:47 -07:00