netty5/codec-http2/src/main
zhangheng 86a533576f Remove padding when writing CONTINUATION frame (#9752)
Motivation:

Padding was removed from CONTINUATION frame in http2-spec, as showed in [PR](https://github.com/http2/http2-spec/pull/510). We should follow it.

Modifications:

- Remove padding when writing CONTINUATION frame in DefaultHttp2FrameWriter
- Add a unit test for writing large header with padding

Result:

More spec-compliant
2019-11-05 15:21:10 +01:00
..
java/io/netty/handler/codec/http2 Remove padding when writing CONTINUATION frame (#9752) 2019-11-05 15:21:10 +01:00
resources/META-INF/native-image/io.netty/codec-http2 Add io.netty.handler.codec.http2.Http2ConnectionHandler for runtime GraalVM compilation (#9621) 2019-10-07 11:02:13 +04:00