diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-02 15:25:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 15:25:36 +0100 |
commit | f741630847352dd2cd4c85b54d9343738bf77165 (patch) | |
tree | 5ff04933bd20139ea8da68d9d1c7976141bdf502 /changelog.d | |
parent | Merge pull request #3467 from matrix-org/hawkowl/contributor-requirements (diff) | |
parent | news snippet (diff) | |
download | synapse-f741630847352dd2cd4c85b54d9343738bf77165.tar.xz |
Merge pull request #3470 from matrix-org/matthew/fix-utf8-logging
don't mix unicode strings with utf8-in-byte-strings
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3470.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3470.bugfix b/changelog.d/3470.bugfix new file mode 100644 index 0000000000..1308931191 --- /dev/null +++ b/changelog.d/3470.bugfix @@ -0,0 +1 @@ +Fix bug where synapse would explode when receiving unicode in HTTP User-Agent header |