diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index cb8fd37b..84af355c 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -57,6 +57,7 @@ const agent = new Agent({ // Any code that is not a Undici's originated and allowed to retry if ( errorCode === 'ERR_UNESCAPED_CHARACTERS' + || errorCode === 'UND_ERR_DESTROYED' || err.message === 'Request path contains unescaped characters' || err.name === 'AbortError' ) {