Skip to content

demux: adaptive: fix potentially unlimited caching

François Cartegnie requested to merge fcartegnie/vlc:mr100101 into master

Server might not have set Content-Length, which is used for accounting total cache.

Currently only index & init segments are cached. So it was not really an issue. But that would really a problem if we enable data segments caching.

Merge request reports