summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-25 23:24:28 +0200
committerGitHub <noreply@github.com>2022-05-25 22:24:28 +0100
commit1b338476afbcb83918c5df285975878032bbce75 (patch)
tree0967fc6095af6d2eccbf46d57160405b534d61f0 /changelog.d
parentFix up `state_store` naming (#12871) (diff)
downloadsynapse-1b338476afbcb83918c5df285975878032bbce75.tar.xz
Allow bigger responses to `/federation/v1/state` (#12877)
* 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.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12877.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12877.bugfix b/changelog.d/12877.bugfix
new file mode 100644
index 0000000000..1ecf448baf
--- /dev/null
+++ b/changelog.d/12877.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.54 which could sometimes cause exceptions when handling federated traffic.