mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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.
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Fix a bug introduced in Synapse 1.54 which could sometimes cause exceptions when handling federated traffic.
|