mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 19:35:31 +00:00
1b338476af
* 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.