summary refs log tree commit diff
path: root/changelog.d/9421.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.28.0rc1Patrick Cloke2021-02-181-1/+0
|
* Reduce the memory usage of previewing media files. (#9421)Patrick Cloke2021-02-181-0/+1
This reduces the memory usage of previewing media files which end up larger than the `max_spider_size` by avoiding buffering content internally in treq. It also checks the `Content-Length` header in additional places instead of streaming the content to check the body length.