]> kaliko git repositories - mpd-sima.git/commitdiff
Update dead http link
authorkaliko <kaliko@azylum.org>
Thu, 30 Sep 2021 13:19:43 +0000 (15:19 +0200)
committerkaliko <kaliko@azylum.org>
Thu, 30 Sep 2021 13:19:43 +0000 (15:19 +0200)
sima/lib/http.py

index 292148193f9d754740c053cbddea1d599fb4f93a..949b306f1f651c8ac3429d0de3dbaa0ba9658861 100644 (file)
@@ -232,7 +232,7 @@ class CacheController(object):
                     self.cache.set(cache_url, resp)
             # Force one month max age if no Cache-Control header is found
             # Overriding header disappearance on LastFM web service...
-            # https://getsatisfaction.com/lastfm/topics/-web-api-http-cache-control-header
+            # https://gitlab.com/kaliko/sima/-/issues/7
             elif CacheController.CACHE_ANYWAY:
                 resp.headers['Cache-Control'] = 'max-age=2419200'
                 self.cache.set(cache_url, resp)