d35ddf0648
Motivation: Outbound flow control does not properly remove the head of queue after it's written. This will cause streams with multiple frames to get stuck and not send all of the data. Modifications: Modified the DefaultHttp2OutboundFlowController to properly remove the head of the pending write queue once a queued frame has been written. Added an integration test that sends a large message to verify that all DATA frames are properly collected at the other end. Result: Outbound flow control properly handles several queued messages. |
||
---|---|---|
.. | ||
src | ||
pom.xml |