netty5/codec-http2
Scott Mitchell 3807f9fc8e HTTP/2 Read Decompression Flow Control Fix
Motivation:
The current implementation of the HTTP/2 decompression does not integrate with flow control properly.
The decompression code is giving the post-decompression size to the flow control algorithm which
results in flow control errors at incorrect times.

Modifications:
-DecompressorHttp2FrameReader.java will need to change where it hooks into the HTTP/2 codec
-Enhance unit tests to test this condition

Result:
No more flow control errors because of decompression design flaw
2014-09-22 21:36:03 -04:00
..
src HTTP/2 Read Decompression Flow Control Fix 2014-09-22 21:36:03 -04:00
pom.xml HTTP/2 Data Decompression 2014-09-14 08:43:13 -04:00