diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-11 21:30:59 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-11 21:32:01 +0000 |
commit | 9645728619828fda050fa08aaa25628f5db5d775 (patch) | |
tree | 0a620a397ce4f64d8ecf15af9329fa17f9a95aea /changelog.d | |
parent | Logging improvements around TLS certs (diff) | |
download | synapse-9645728619828fda050fa08aaa25628f5db5d775.tar.xz |
Don't create server contexts when TLS is disabled
we aren't going to use them anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4617.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4617.misc b/changelog.d/4617.misc new file mode 100644 index 0000000000..6d751865c9 --- /dev/null +++ b/changelog.d/4617.misc @@ -0,0 +1 @@ +Don't create server contexts when TLS is disabled |