Added check for 'HTTP/1.1 302 Found'

This commit is contained in:
Ali Karbassi 2014-01-06 00:42:45 -05:00
parent 50356f60a2
commit bdac489804

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 = {