7ef22c8ebd
The fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=484446 reimplemented InputStreamResponseListener using callbacks rather than blocking waits. However, HTTP/2 behaves a little differently than HTTP/1. Where in HTTP/1 until the callback was completed no further calls to onContent() were made, with HTTP/2 additional calls are made until the flow control window is exhausted. For this reason InputStreamResponseListener must queue content chunks rather than dealing only with one chunk at a time. |
||
---|---|---|
.. | ||
src | ||
pom.xml |