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
committerRichard van der Hoff <richard@matrix.org>2019-11-27 10:29:10 +0000
commit9b9ee75666ffca8e14b44efec6c360c2ccbcf615 (patch)
tree02866c8f0f7bb0a221da306ae29129686b5344da /changelog.d
parent1.6.0 (diff)
downloadsynapse-9b9ee75666ffca8e14b44efec6c360c2ccbcf615.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.