netty5/codec-http2
Nick Hill 0ecd0c6ff3 Reduce http2 buffer slicing (#8598)
Motivation

DefaultHttp2FrameReader currently does a fair amount of "intermediate"
slicing which can be avoided.

Modifications

Avoid slicing the input buffer in DefaultHttp2FrameReader until
necessary. In one instance this also means retainedSlice can be used
instead (which may also avoid allocating).

Results

Less allocations when using http2.
2018-11-29 19:46:19 +01:00
..
src Reduce http2 buffer slicing (#8598) 2018-11-29 19:46:19 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00