This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/workers/pubsubhubbub
Akihiko Odaki 54b273bf99 Close http connection in perform method of Request class (#6889)
HTTP connections must be explicitly closed in many cases, and letting
perform method close connections makes its callers less redundant and
prevent them from forgetting to close connections.
2018-03-24 12:49:54 +01:00
..
confirmation_worker.rb Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
delivery_worker.rb Close http connection in perform method of Request class (#6889) 2018-03-24 12:49:54 +01:00
distribution_worker.rb
raw_distribution_worker.rb
subscribe_worker.rb Fix PuSH workers (#6200) 2018-01-05 23:04:35 +01:00
unsubscribe_worker.rb