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
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
..
chewy
controllers
helpers Validate HTTP response length while receiving (#6891) 7 years ago
javascript
lib Validate HTTP response length while receiving (#6891) 7 years ago
mailers
models Validate HTTP response length while receiving (#6891) 7 years ago
policies
presenters
serializers
services Validate HTTP response length while receiving (#6891) 7 years ago
validators
views
workers Validate HTTP response length while receiving (#6891) 7 years ago