c9e5238ea6
Motivation: The DefaultHttp2InboundFlowController uses processedBytes to determine when to send the WINDOW_UPDATE, but uses window to determine the delta to send in the request. This is incorrect since we shouldn't be requesting bytes that haven't been processed. Modifications: Changed DefaultHttp2InboundFlowController to use processedBytes in the calculation of the delta to send in the WINDOW_UPDATE request. Result: Inbound flow control only asks for bytes that have been processed in WINDOW_UPDATE. |
||
---|---|---|
.. | ||
src | ||
pom.xml |