pleroma/lib/pleroma/reverse_proxy
rinpatch 9bdbf0811b Make MediaProxy failure tracking less brutal
The current failure tracking mechanism will never request anything that
didn't respond with a success, 403, 404, or 5xx codes. This is causing
issues when using in real fediverse because of weird status codes
some software has and timeouts being frequent. This patch changes
failure tracking mechanism to only never request the url again if it
responded with 400, 204, or the body is too large, otherwise it can be
re-requested in 60 seconds.
2019-10-11 22:52:38 +03:00
..
client.ex Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
reverse_proxy.ex Make MediaProxy failure tracking less brutal 2019-10-11 22:52:38 +03:00