1794f424d1
Motivation: Currently due to flow control, HEADERS frames can be written out-of-order WRT DATA frames. Modifications: When data is written, we preserve the future as the lastWriteFuture in the outbound flow controller. The encoder then uses the lastWriteFuture such that headers are only written after the lastWriteFuture completes. Result: HEADERS/DATA write order is correctly preserved. |
||
---|---|---|
.. | ||
src | ||
pom.xml |