From 4bd6d06c982c846c5cf94b2e2976827f7fc052bc Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Thu, 19 Sep 2024 07:19:45 +0000 Subject: [PATCH] fix: update comment Signed-off-by: Junjie Gao --- revocation/crl/fetcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/revocation/crl/fetcher.go b/revocation/crl/fetcher.go index 2e29edb..f5c41de 100644 --- a/revocation/crl/fetcher.go +++ b/revocation/crl/fetcher.go @@ -129,7 +129,6 @@ func (f *HTTPFetcher) download(ctx context.Context, url string) (bundle *Bundle, return bundle, nil } - // ignore the error, as the cache is not critical cacheError := f.Cache.Set(ctx, url, bundle) if cacheError != nil { return bundle, &CacheError{