You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
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
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 7 years ago
helpers Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) 7 years ago
javascript Weblate translations 20180319 (#6827) 7 years ago
lib request: in the event of failure, try other IPs (#6761) (#6813) 7 years ago
mailers Account archive download (#6460) 7 years ago
models bugfixes and gem update (#6831) 7 years ago
policies Account archive download (#6460) 7 years ago
presenters Redesign landing page (again) (#6486) 7 years ago
serializers Serialize mentions in the order they are added (#6836) 7 years ago
services Add entropy to download filenames (#6811) 7 years ago
validators
views Display content warning in mail notification emails (#6832) 7 years ago
workers Log BackupWorker backtrace, delete Backup if retries exhausted (#6769) 7 years ago