From 4459ddc45a4434186921b8122f16b54ac976f984 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 15 Jul 2022 20:58:15 +0200 Subject: [PATCH] add todo --- integration/get_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/get_test.go b/integration/get_test.go index 1997010..ed5f243 100644 --- a/integration/get_test.go +++ b/integration/get_test.go @@ -59,6 +59,8 @@ func TestGetContent(t *testing.T) { assert.EqualValues(t, "text/html; charset=utf-8", resp.Header.Get("Content-Type")) assert.True(t, getSize(resp.Body) > 100) assert.Len(t, resp.Header.Get("ETag"), 42) + + // TODO test get of non cachable content (content size > fileCacheSizeLimit) } func TestCustomDomain(t *testing.T) {