Glitch-Shrike/app/lib
Rey Tucker 36b5703796 request: in the event of failure, try other IPs (#6761) (#6813)
* request: in the event of failure, try other IPs (#6761)

In the case where a name has multiple A/AAAA records, we should
try subsequent records instead of immediately failing when we have a
failure on the first IP address.

This significantly improves delivery success when there are network
connectivity problems affecting only IPv4 or IPv6.

* fix method call style

* request_spec: adjust test case to use Addrinfo

* request: Request/open: move private addr check to within begin/rescue

* request_spec: add case to test failover, fix exception check

* Double Addrinfo.foreach so that it correctly yields instances
2018-03-20 09:06:08 +01:00
..
activitypub Ignore media validation when attaching to status during processing (#6822) 2018-03-19 01:51:19 +01:00
ostatus Serialize mentions in the order they are added (#6836) 2018-03-19 20:19:35 +01:00
settings
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
exceptions.rb Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 2018-02-24 19:16:11 +01:00
extractor.rb
fast_geometry_parser.rb
feed_manager.rb
formatter.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
hash_object.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb
request.rb request: in the event of failure, try other IPs (#6761) (#6813) 2018-03-20 09:06:08 +01:00
sanitize_config.rb
sidekiq_error_handler.rb Raise Mastodon::HostValidationError when host for HTTP request is private (#6410) 2018-02-24 19:16:11 +01:00
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb
webfinger_resource.rb