Merge pull request #2329 from karbassi/checklinks

Added check for 'HTTP/1.1 302 Found'
This commit is contained in:
Paul Hinze
2014-01-18 09:01:17 -08:00
+2 -1
View File
@@ -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 = {