1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/CHANGELOG.md

12 lines
451 B
Markdown
Raw Normal View History

* Don't stream responses in redirect mode
2019-08-16 17:50:16 -04:00
Previously, both redirect mode and proxy mode streamed their
responses which caused a new thread to be created, and could end
up leaking connections in the connection pool. But since redirect
mode doesn't actually send any data, it doesn't need to be
streamed.
*Luke Lau*
2019-08-16 17:50:16 -04:00
2021-12-07 10:52:30 -05:00
Please check [7-0-stable](https://github.com/rails/rails/blob/7-0-stable/activestorage/CHANGELOG.md) for previous changes.