fc273ccbf0
Motivation: The HTTP tranlsation layer uses a FullHttpMessage object after it has been fired up the pipeline. Although the content ByteBuf is not used by default it is still not ideal to use a releasable object after it has potentially been released. Modifications: -InboundHttp2ToHttpAdapter ordering issues will be corrected Result: Safer access to releasable objects in the HTTP/2 to HTTP translation layer.