mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-04 06:49:12 -05:00

* Refactor HTTP response size limits Rather than passing a separate `max_response_size` down the stack, make it an attribute of the `parser`. * Allow bigger responses on `federation/v1/state` `/state` can return huge responses, so we need to handle that.