netty5/codec-http2/src
Nikolaj Hald Nielsen 5b5f6a6031 Allow non-default Http/2 server initial settings
Motivation:

Currently it is not possible to have an Http/2 server send non default
initial settings to clients when doing the initial connection handshake

Modifications:

Add additional constructors to Http2Codec allowing users to specify the
initial settings to send to the client and apply locally

Result:

You can now specify non default initial settings
2016-11-09 08:31:26 +01:00
..
main/java/io/netty/handler/codec/http2 Allow non-default Http/2 server initial settings 2016-11-09 08:31:26 +01:00
test Allow non-default Http/2 server initial settings 2016-11-09 08:31:26 +01:00