mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 13:49:15 +01: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.
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.
|