0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 23:48:57 +02:00
synapse/changelog.d/10029.bugfix
Michael Telatynski e8ac9ac8ca
Fix /upload 500'ing when presented a very large image (#10029)
* Fix /upload 500'ing when presented a very large image

Catch DecompressionBombError and re-raise as ThumbnailErrors

* Set PIL's MAX_IMAGE_PIXELS to match homeserver.yaml

to get it to bomb out quicker, to load less into memory
in the case of super large images

* Add changelog entry for 10029
2021-05-21 18:31:59 +02:00

1 line
No EOL
84 B
Text

Fixed a bug with very high resolution image uploads throwing internal server errors.