Remove invalid std.cache_req_body() call

Ref varnish-cache 478e310a7d2c168e1c361d6f34291177cbc2a889
parent d98ef97e
......@@ -23,10 +23,6 @@ varnish v1 -vcl {
}
sub vcl_backend_fetch {
# adjust if number of reqs in c1 changes
if (std.integer(bereq.xid) > 1019) {
std.cache_req_body(1KB);
}
set bereq.http.matched = pattern.match_body(bereq_body);
}
......
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