501662a77f
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]. |
||
---|---|---|
.. | ||
HelloWorldHttp1Handler.java | ||
HelloWorldHttp2Handler.java | ||
HelloWorldHttp2HandlerBuilder.java | ||
Http2Server.java | ||
Http2ServerInitializer.java | ||
package-info.java |