fellow storage: Improve comment regarding VC#4056

parent 6da939ea
......@@ -925,7 +925,8 @@ sfemem_getspace(struct worker *wrk, struct objcore *oc, ssize_t *ssz,
AN(ssz);
AN(ptr);
// XXX remove setting to fetch_chunksize from varnish-cache
// XXX VC >7.4 remove workaround
// https://github.com/varnishcache/varnish-cache/pull/4056
if (*ssz == cache_param->fetch_chunksize)
sz = 0;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment