From f138576c97fc434cf22c3b039b0f53ccfdae39ef Mon Sep 17 00:00:00 2001 From: gmpassos Date: Sat, 27 May 2023 22:50:15 -0300 Subject: [PATCH] v1.2.0 - `LetsEncrypt`: - Rename `isWellknownPath` to `isWellKnownPath``` - sdk: '>=3.0.0 <4.0.0' - shelf: ^1.4.1 - collection: ^1.17.1 - lints: ^2.1.0 - test: ^1.24.1 --- lib/src/letsencrypt.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/letsencrypt.dart b/lib/src/letsencrypt.dart index 735fb6d..49bb295 100644 --- a/lib/src/letsencrypt.dart +++ b/lib/src/letsencrypt.dart @@ -222,7 +222,6 @@ class LetsEncrypt { } catch (e, s) { _logMsg(e, s); _logMsg("Self test request error for URL: $url"); - await Future.delayed(Duration(minutes: 10)); return false; }