netty5/codec-http2
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
..
src Remove padding when writing CONTINUATION frame (#9752) 2019-11-05 15:21:10 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00