Remove Varnish-Cache 7.4 workaround

parent c9e9204f
......@@ -945,12 +945,7 @@ sfemem_getspace(struct worker *wrk, struct objcore *oc, ssize_t *ssz,
AN(ssz);
AN(ptr);
// XXX VC >7.4 remove workaround
// https://github.com/varnishcache/varnish-cache/pull/4056
if (*ssz == cache_param->fetch_chunksize)
sz = 0;
else
sz = (size_t)*ssz;
sz = (size_t)*ssz;
#ifdef VC_4013_WORKAROUND
struct vc4013 *hack;
......
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