mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00: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.
1 line
109 B
Text
1 line
109 B
Text
Fix a bug introduced in Synapse 1.54 which could sometimes cause exceptions when handling federated traffic.
|