From 55585c531916437f763743a89af364b1d8d88164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Thu, 7 Feb 2019 15:25:00 +0100 Subject: [PATCH] [VCL] Fix leftover curly bracket --- doc/varnish/vcl/varnish4_xkey.vcl | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/varnish/vcl/varnish4_xkey.vcl b/doc/varnish/vcl/varnish4_xkey.vcl index b3ed4a7c68..fbead2767d 100644 --- a/doc/varnish/vcl/varnish4_xkey.vcl +++ b/doc/varnish/vcl/varnish4_xkey.vcl @@ -267,7 +267,6 @@ sub vcl_deliver { set resp.http.X-Cache-Hits = obj.hits; // For Varnihs 5.1+ you can uncomment this to get debug of remaining TTL //set resp.http.X-Cache-TTL = obj.ttl; - } } else { set resp.http.X-Cache = "MISS"; }