Index: utils/pub/http.dart |
diff --git a/utils/pub/http.dart b/utils/pub/http.dart |
index f8cb6994b70f66e033867ccfe3cb8165af06172e..fe808347714c192fbaf953bd830edadc0aa0db91 100644 |
--- a/utils/pub/http.dart |
+++ b/utils/pub/http.dart |
@@ -60,6 +60,7 @@ class PubHttpClient extends http.BaseClient { |
if (asyncError.error.osError.errorCode == 8 || |
asyncError.error.osError.errorCode == -2 || |
asyncError.error.osError.errorCode == -5 || |
+ asyncError.error.osError.errorCode == 11001 || |
asyncError.error.osError.errorCode == 11004) { |
throw 'Could not resolve URL "${request.url.origin}".'; |
} else if (asyncError.error.osError.errorCode == -12276) { |