-
- Downloads
"git@mau.dev:june/conduwuit.git" did not exist on "6aaf169c45e6125df5fe5723373fbe541a5f1b2c"
Reduce the memory usage of previewing media files. (#9421)
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.
changelog.d/9421.bugfix
0 → 100644
Please register or sign in to comment