mastodon/spec
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
..
controllers
fabricators
features
fixtures
helpers
lib Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
mailers
models Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
policies
presenters
requests
routing
services
support
validators
views
workers
rails_helper.rb
spec_helper.rb