From 37fd7c7a6a991b03507a4a7d5235dad1d4e6a958 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:56:00 +0000 Subject: [bugfix] Store LastModified for domain perm subs + send as If-Modified-Since (#3655) --- internal/cache/size.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/cache') diff --git a/internal/cache/size.go b/internal/cache/size.go index 4cca91666..24101683a 100644 --- a/internal/cache/size.go +++ b/internal/cache/size.go @@ -372,6 +372,7 @@ func sizeofDomainPermissionSubscription() uintptr { FetchedAt: exampleTime, SuccessfullyFetchedAt: exampleTime, ETag: exampleID, + LastModified: exampleTime, Error: exampleTextSmall, })) } -- cgit v1.2.3