mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #2329 from karbassi/checklinks
Added check for 'HTTP/1.1 302 Found'
This commit is contained in:
@@ -23,7 +23,8 @@ class Cask::LinkChecker
|
||||
|
||||
HTTP_RESPONSES = [
|
||||
'HTTP/1.0 200 OK',
|
||||
'HTTP/1.1 200 OK'
|
||||
'HTTP/1.1 200 OK',
|
||||
'HTTP/1.1 302 Found'
|
||||
]
|
||||
|
||||
OK_RESPONSES = {
|
||||
|
||||
Reference in New Issue
Block a user