mastodon/app
Eugen Rochko 4fba16cbb8 Fix connect timeout not being enforced (#9329)
* Fix connect timeout not being enforced

The loop was catching the timeout exception that should stop execution, so the next IP would no longer be within a timed block, which led to requests taking much longer than 10 seconds.

* Use timeout on each IP attempt, but limit to 2 attempts

* Fix code style issue

* Do not break Request#perform if no block given

* Update method stub in spec for Request

* Move timeout inside the begin/rescue block

* Use Resolv::DNS with timeout of 1 to get IP addresses

* Update Request spec to stub Resolv::DNS instead of Addrinfo

* Fix Resolve::DNS stubs in Request spec
2018-12-02 17:15:36 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Improve signature verification safeguards (#8959) 2018-10-12 00:17:36 +02:00
helpers Enable ro and ta locales in Rails (#8583) 2018-09-02 22:31:53 +02:00
javascript Weblate translations (2018-09-02) (#8582) 2018-09-02 22:31:35 +02:00
lib Fix connect timeout not being enforced (#9329) 2018-12-02 17:15:36 +01:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
policies Allow mods to disable login, improve message when login disabled (#8329) 2018-08-23 23:26:29 +02:00
presenters Add admin custom CSS setting (#8399) 2018-08-24 04:33:27 +02:00
serializers Only display web push notifications after API call (fixes #7902) (#8396) 2018-08-23 21:44:27 +02:00
services Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
validators Call address instead of exchange (#8076) 2018-07-26 04:49:28 +02:00
views Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
workers Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00