460673f04b
HttpInput was using a bounded ArrayQueue with max capacity 64. The queue was overflowing if there were more than 64 reads within the flow control window capacity. Fixed by replacing the ArrayQueue with ArrayDeque, which is unbounded. |
||
---|---|---|
.. | ||
src | ||
pom.xml |