fix: do not reuse excluded status from cache by charludo · Pull Request #1850 · lycheeverse/lychee (original) (raw)

Ensures that Uris in the cache whose status has in the meantime been excluded will not be reused.

If any more skips end up in Cache::load, it would probably make sense to pass the entire config to it, rather than bits and pieces.

Fixes: #1770