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>2019-11-26 18:10:50 +0000
committerGitHub <noreply@github.com>2019-11-26 18:10:50 +0000
commitef1a85e7733bc1979f48357dd59b638110285075 (patch)
tree5204485986b64e19152de65f31f76fba303eafa7 /changelog.d
parentMerge pull request #6420 from matrix-org/erikj/fix_find_next_generated_user_i... (diff)
downloadsynapse-ef1a85e7733bc1979f48357dd59b638110285075.tar.xz
Fix startup error when http proxy is defined. (#6421)
Guess I only tested this on python 2 :/

Fixes #6419.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6421.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6421.bugfix b/changelog.d/6421.bugfix
new file mode 100644
index 0000000000..7969f7f71d
--- /dev/null
+++ b/changelog.d/6421.bugfix
@@ -0,0 +1 @@
+Fix startup error when http proxy is defined.