b83f385017
Motivation: The current decompression frame listener currently opts-out of application level flow control. The application should still be able to control flow control even if decompression is in use. Modifications: - DecompressorFrameListener will maintain how many compressed bytes, decompressed bytes, and processed by the listener bytes. A ratio will be used to translate these values into application level flow control amount. Result: HTTP/2 decompressor delegates the application level flow control to the listener processing the decompressed data. |
||
---|---|---|
.. | ||
src | ||
pom.xml |