Albert Skibinski

Results 2 issues of Albert Skibinski

vcl_hit does a deliver (fetch), but this is not allowed, see: https://varnish-cache.org/docs/trunk/users-guide/vcl-built-in-subs.html Should be: return (deliver);

I have this nested tree where each concept is another adoc instance: `inputPath = 'src/mysource'; inputFiles = [ [file: 'root.adoc', formats: ['html']], [file: 'src/concepts/concept-1/concept.adoc', formats: ['html']], ] taskInputsDirs = ["${inputPath}/images"]...