908b68da03
Motivation: The interface for HTTP/2 onDataRead states that buffers will be released by the codec. The decompressor and compressor methods are not releasing buffers created during the decompression/compression process. Modifications: After onDataRead calls the decompressor and compressor classes will release the data buffer. Result: HTTP/2 compressor/decompressors are consistent with onDataRead interface assumptions. |
||
---|---|---|
.. | ||
src | ||
pom.xml |