Commit cceb96b6 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

get an idea about the margin before r02219.vtc fails

When making other changes which require additional workspace, this test
may fail for too big a request in the first place.

This additional logging facilitates before/after analysis
parent f76f2116
......@@ -10,7 +10,10 @@ server s1 {
} -start
varnish v1 -arg "-p workspace_client=9k" -proto PROXY -vcl+backend {
import std;
import vtc;
sub vcl_recv {
std.log(vtc.workspace_free(client));
return (pass);
}
} -start
......
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