Commit 6c4ae7ed authored by Nils Goroll's avatar Nils Goroll

make parameter canary test 64bit

as decided by bugwash.

Closes #3203
parent 0e192d6f
varnishtest "test if our default paramers make sense ..."
feature 64bit
# ... for our definition of a standard use case:
# - 2019 header madness
# - 5 ESI levels down
......@@ -154,10 +156,6 @@ varnish v1 -vcl+backend {
sub recv9 {
std.log("STK recv9 " + debug.stk() + " WS " +
vtc.workspace_free(client));
if (vtc.workspace_free(client) < 48 * 1024) {
std.log("XXX #3203 skipping");
return;
}
set req.http.regex = regsub(req.http.cookie, "(.*)", "\1\1\1\1\1\1\1\1");
std.log("WS " + vtc.workspace_free(client));
# hey geoff, this is deliberate
......
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