3e84b6bdb5
This PR implements piggybacking in fetch controller which means even if upstream closes, we never close downstream flows in fetcher multiplexing. Instead, we keep them around and if a new request comes in, they'll receive the same data as well or even keep the upstream open. This is implemented as a feature of multiplexer as it already has all of the machinery to do such re-distribution of data. It is a bit questionable behavior for multiplexer but it is already very specific to our use case so I thought it might be fine to do it there |
||
---|---|---|
.. | ||
libs | ||
src | ||
build.gradle | ||
gradle.properties | ||
version.properties |