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>2020-05-26 11:42:22 +0100
committerGitHub <noreply@github.com>2020-05-26 11:42:22 +0100
commit04729b86f8e2d83002aad2d2298c3fc7e4836b2f (patch)
treed9ef76f712b60f155c28d18661bb3e2cb7e73360 /changelog.d
parentFix recording of federation stream token (#7564) (diff)
downloadsynapse-04729b86f8e2d83002aad2d2298c3fc7e4836b2f.tar.xz
Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563)
Introduced in #7556
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7563.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7563.misc b/changelog.d/7563.misc
new file mode 100644
index 0000000000..ed271f9de8
--- /dev/null
+++ b/changelog.d/7563.misc
@@ -0,0 +1 @@
+Stop logging some expected HTTP request errors as exceptions.