diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-04-23 11:08:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 11:08:41 +0100 |
commit | 51a20914a863ac24387c424ccee14aa877e218f8 (patch) | |
tree | 8e0b1ef8fbedcdcc9b3a1e44c70f8a665132870d /changelog.d | |
parent | Handle all new rate limits in demo scripts (#9858) (diff) | |
download | synapse-51a20914a863ac24387c424ccee14aa877e218f8.tar.xz |
Limit the size of HTTP responses read over federation. (#9833)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9833.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9833.bugfix b/changelog.d/9833.bugfix new file mode 100644 index 0000000000..56f9c9626b --- /dev/null +++ b/changelog.d/9833.bugfix @@ -0,0 +1 @@ +Limit the size of HTTP responses read over federation. |