rescue HTTP::ConnectionError (#3992)
This commit is contained in:
		
							parent
							
								
									ead14f5bf0
								
							
						
					
					
						commit
						b342c81c17
					
				@ -20,6 +20,10 @@ class FetchAtomService < BaseService
 | 
				
			|||||||
    process_html(fetch(url))
 | 
					    process_html(fetch(url))
 | 
				
			||||||
  rescue OpenSSL::SSL::SSLError => e
 | 
					  rescue OpenSSL::SSL::SSLError => e
 | 
				
			||||||
    Rails.logger.debug "SSL error: #{e}"
 | 
					    Rails.logger.debug "SSL error: #{e}"
 | 
				
			||||||
 | 
					    nil
 | 
				
			||||||
 | 
					  rescue HTTP::ConnectionError => e
 | 
				
			||||||
 | 
					    Rails.logger.debug "HTTP ConnectionError: #{e}"
 | 
				
			||||||
 | 
					    nil
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  private
 | 
					  private
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user