Commit 7aed207b authored by Geoff Simmons's avatar Geoff Simmons

Set the max generated VCL symbol length to 48.

The problem in Varnish issue #2880 comes about when len >= 49.

Closes #19
parent 140f1335
......@@ -76,7 +76,7 @@ const (
// maxSymLen is a workaround for Varnish issue #2880
// https://github.com/varnishcache/varnish-cache/issues/2880
// Will be unnecssary as of the March 2019 release
maxSymLen = 50
maxSymLen = 48
)
var (
......
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