summaryrefslogtreecommitdiffstats
path: root/api/license.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-12-19 10:16:22 -0500
committerGitHub <noreply@github.com>2016-12-19 10:16:22 -0500
commitf96173528f08684092b89f903f0389fe2b607192 (patch)
treef34f9057417ad6758cd65dc246bc764530f2134c /api/license.go
parent6a5cdd5cdf09317ce259dd146fc4f1cb76d8b9b6 (diff)
downloadchat-f96173528f08684092b89f903f0389fe2b607192.tar.gz
chat-f96173528f08684092b89f903f0389fe2b607192.tar.bz2
chat-f96173528f08684092b89f903f0389fe2b607192.zip
Adding metrics for caching mechanisms (#4828)
Diffstat (limited to 'api/license.go')
-rw-r--r--api/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/license.go b/api/license.go
index 0b186a59c..65ca90943 100644
--- a/api/license.go
+++ b/api/license.go
@@ -177,7 +177,7 @@ func getClientLicenceConfig(c *Context, w http.ResponseWriter, r *http.Request)
c.Err = nil
etag := utils.GetClientLicenseEtag(useSanitizedLicense)
- if HandleEtag(etag, w, r) {
+ if HandleEtag(etag, "Get Client License Config", w, r) {
return
}