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/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.
8 years ago
..
activitypub Ignore media validation when attaching to status during processing (#6822) 8 years ago
ostatus Serialize mentions in the order they are added (#6836) 8 years ago
settings Refactor Setting (#3302) 9 years ago
activity_tracker.rb
application_extension.rb
delivery_failure_tracker.rb
exceptions.rb Validate HTTP response length while receiving (#6891) 8 years ago
extractor.rb
fast_geometry_parser.rb
feed_manager.rb
formatter.rb
hash_object.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb Validate HTTP response length while receiving (#6891) 8 years ago
request.rb Validate HTTP response length while receiving (#6891) 8 years ago
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