netty5/codec-http2
Scott Mitchell fc273ccbf0 HTTP/2 to HTTP buffer ordering
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.
2014-09-23 15:43:34 -04:00
..
src HTTP/2 to HTTP buffer ordering 2014-09-23 15:43:34 -04:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00