diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-27 10:34:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 10:34:24 +0100 |
commit | fe5dad46b0da00e9757ed54eb23304ed3c6ceadf (patch) | |
tree | 2ffd69c5090852e49c60c4211e300519dc55b0bc /changelog.d | |
parent | Combine `LruCache.invalidate` and `invalidate_many` (#9973) (diff) | |
download | synapse-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.misc | 1 |
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. |