From 67410022e99952ccc02716e51189a29285554e56 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 20 Sep 2024 04:20:22 +0000 Subject: [PATCH] fix: update Signed-off-by: Junjie Gao --- revocation/crl/fetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revocation/crl/fetcher.go b/revocation/crl/fetcher.go index 2ae6380..2edad6d 100644 --- a/revocation/crl/fetcher.go +++ b/revocation/crl/fetcher.go @@ -53,7 +53,7 @@ type HTTPFetcher struct { // DiscardCacheFailure specifies whether to discard any error on cache. // - // ErrCacheMiss is not considered as an error if DiscardCacheFailure is true + // ErrCacheMiss is not considered as an error DiscardCacheFailure bool httpClient *http.Client