netty5/testsuite-http2/src/main/java
Norman Maurer 501662a77f Use long for http2 ping payload.
Motivation:

At the moment we use a ByteBuf as the payload for a http2 frame. This complicates life-time management a lot with no real gain and also may produce more objects then needed. We should just use a long as it is required to be 8 bytes anyway.

Modifications:

Use long for ping payloads.

Result:

Fixes [#7629].
2018-02-08 10:23:34 +01:00
..
io/netty/testsuite/http2 Use long for http2 ping payload. 2018-02-08 10:23:34 +01:00