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>2021-05-27 10:34:24 +0100
committerGitHub <noreply@github.com>2021-05-27 10:34:24 +0100
commitfe5dad46b0da00e9757ed54eb23304ed3c6ceadf (patch)
tree2ffd69c5090852e49c60c4211e300519dc55b0bc /changelog.d
parentCombine `LruCache.invalidate` and `invalidate_many` (#9973) (diff)
downloadsynapse-fe5dad46b0da00e9757ed54eb23304ed3c6ceadf.tar.xz
Remove redundant code to reload tls cert (#10054)
we don't need to reload the tls cert if we don't have any tls listeners.

Follow-up to #9280.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10054.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10054.misc b/changelog.d/10054.misc
new file mode 100644
index 0000000000..cebe39ce54
--- /dev/null
+++ b/changelog.d/10054.misc
@@ -0,0 +1 @@
+Remove some dead code regarding TLS certificate handling.