From 15b856420c99710e39bf13271860502887c9eb9a Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 29 Nov 2016 23:00:42 -0800 Subject: testing check for cache invalidation to after values are decoded --- system/db/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/system/db/config.go b/system/db/config.go index 4957d52..edd4234 100644 --- a/system/db/config.go +++ b/system/db/config.go @@ -35,6 +35,7 @@ func SetConfig(data url.Values) error { } // check for "invalidate" value to reset the Etag + fmt.Println(cfg.CacheInvalidate) if len(cfg.CacheInvalidate) > 0 && cfg.CacheInvalidate[0] == "invalidate" { cfg.Etag = NewEtag() } -- cgit v1.2.3