|
@ -308,7 +308,7 @@ module Mastodon |
|
|
|
|
|
|
|
|
begin |
|
|
begin |
|
|
code = Request.new(:head, account.uri).perform(&:code) |
|
|
code = Request.new(:head, account.uri).perform(&:code) |
|
|
rescue HTTP::ConnectionError |
|
|
|
|
|
|
|
|
rescue HTTP::TimeoutError, HTTP::ConnectionError, OpenSSL::SSL::SSLError |
|
|
skip_domains << account.domain |
|
|
skip_domains << account.domain |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|