From e5a44334fe09b1d9095908b37da15f48a681a0a9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 Oct 2023 20:12:02 +0200 Subject: fix(users/Profpatsch/openlab-tools): add cache headers This is a dumb experiment to see how hard it is to respect cache headers; turns out, medium hard but doable. Sets the correct expiry time according to the cache, plus respects `If-Modified-Since` which is a tiny bit harder. Change-Id: I9e6166af0fa254df2beb0f3919187b91a407487b Reviewed-on: https://cl.tvl.fyi/c/depot/+/9810 Autosubmit: Profpatsch Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/cabal.project | 1 + 1 file changed, 1 insertion(+) (limited to 'users/Profpatsch/cabal.project') diff --git a/users/Profpatsch/cabal.project b/users/Profpatsch/cabal.project index 4f8a3b74b7d0..7f13cd7076f9 100644 --- a/users/Profpatsch/cabal.project +++ b/users/Profpatsch/cabal.project @@ -9,6 +9,7 @@ packages: ./cas-serve/cas-serve.cabal ./jbovlaste-sqlite/jbovlaste-sqlite.cabal ./whatcd-resolver/whatcd-resolver.cabal + ./openlab-tools/openlab-tools.cabal ./ircmail/ircmail.cabal ./httzip/httzip.cabal ./declib/declib.cabal -- cgit 1.4.1