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 d199c45 commit 2adab3bCopy full SHA for 2adab3b
infrastructure/cc_limited_url_checker.go
@@ -25,7 +25,8 @@ const defaultMaxConcurrentRequests = 256
25
26
// CustomHTTPErrorCode is a custom error code to be able to recognize it externally
27
// see also: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
28
-// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
+//
29
+// https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
30
const CustomHTTPErrorCode = 528
31
32
// CCLimitedURLChecker is a concurrency-limited wrapper around a URLCheckerClient
0 commit comments