Commit 4833a4f1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Work around 32bit workspace alignment in v58

parent 2a28faac
......@@ -139,7 +139,7 @@ varnish v1 -vcl+backend {
set req.http.Baz = "baz";
set req.http.Quux = "quux";
vtc.workspace_alloc(client, -12);
vtc.workspace_alloc(client, -11);
if (req.url == "/1") {
# VRT_StrandsWS() marks the WS as overflowed,
......
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