mastodon/app/workers/pubsubhubbub
Akihiko Odaki acece7a2e6 Validate HTTP response length while receiving (#6891)
to_s method of HTTP::Response keeps blocking while it receives the whole
content, no matter how it is big. This means it may waste time to receive
unacceptably large files. It may also consume memory and disk in the
process. This solves the inefficency by checking response length while
receiving.
2018-03-26 14:02:10 +02:00
..
confirmation_worker.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02: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 Follow-up to #4582 and #5027, removing dead code (#5101) 2017-09-26 01:06:27 +02:00
raw_distribution_worker.rb Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) 2017-08-29 16:11:05 +02:00
subscribe_worker.rb Fix PuSH workers (#6200) 2018-01-05 23:04:35 +01:00
unsubscribe_worker.rb ActivityPub migration procedure (#4617) 2017-08-21 01:14:40 +02:00