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/models
Akihiko Odaki 40e5d2303b 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.
7 years ago
..
admin
concerns Validate HTTP response length while receiving (#6891) 7 years ago
form
web
account.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_domain_block.rb
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 7 years ago
backup.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb Validate HTTP response length while receiving (#6891) 7 years ago
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb
follow_request.rb
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Validate HTTP response length while receiving (#6891) 7 years ago
mention.rb
mute.rb
notification.rb
preview_card.rb Validate HTTP response length while receiving (#6891) 7 years ago
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb
web.rb