mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
FIX: Don't raise an error if URL timesout.
This commit is contained in:
parent
a849959915
commit
b84e87dedd
|
@ -91,7 +91,7 @@ class TopicEmbed < ActiveRecord::Base
|
|||
response = FetchResponse.new
|
||||
begin
|
||||
html = open(URI.encode(url), allow_redirections: :safe).read
|
||||
rescue OpenURI::HTTPError
|
||||
rescue OpenURI::HTTPError, Net::OpenTimeout
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user