mastodon/app/lib
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.
2018-03-26 14:02:10 +02:00
..
activitypub Ignore media validation when attaching to status during processing (#6822) 2018-03-19 01:51:19 +01:00
ostatus Serialize mentions in the order they are added (#6836) 2018-03-19 20:19:35 +01:00
settings
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
exceptions.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
extractor.rb
fast_geometry_parser.rb
feed_manager.rb
formatter.rb Remove text requirement when media attached from statuses (#6672) 2018-03-07 08:28:52 +01:00
hash_object.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
request.rb Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
sanitize_config.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb
webfinger_resource.rb