diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-26 11:42:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 11:42:22 +0100 |
commit | 04729b86f8e2d83002aad2d2298c3fc7e4836b2f (patch) | |
tree | d9ef76f712b60f155c28d18661bb3e2cb7e73360 /changelog.d | |
parent | Fix recording of federation stream token (#7564) (diff) | |
download | synapse-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.misc | 1 |
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. |