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-01-13 12:41:51 +0000
committerGitHub <noreply@github.com>2020-01-13 12:41:51 +0000
commitfeee8199734c9d8a18fa0be12fc5ec09ae140a3a (patch)
tree7be23d4302e7f4de45bb7f14a930b62f509965f5 /changelog.d
parentcomment for run_in_background (diff)
downloadsynapse-feee8199734c9d8a18fa0be12fc5ec09ae140a3a.tar.xz
Fix exceptions on requests for non-ascii urls (#6682)
Fixes #6402
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6682.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6682.bugfix b/changelog.d/6682.bugfix
new file mode 100644
index 0000000000..d48ea31477
--- /dev/null
+++ b/changelog.d/6682.bugfix
@@ -0,0 +1,2 @@
+Fix "CRITICAL" errors being logged when a request is received for a uri containing non-ascii characters.
+