We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bfcd6 commit d53d32cCopy full SHA for d53d32c
scripts/check-urls.py
@@ -43,6 +43,10 @@ class Curl:
43
Curl.COULDNT_RESOLVE_HOST,
44
None,
45
),
46
+ "https://storage.googleapis.com/download.dartlang.org/linux/debian": (
47
+ Curl.HTTP_RETURNED_ERROR,
48
+ 404,
49
+ ),
50
# TODO: Temporary fix
51
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
52
}
0 commit comments