summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-31 11:40:02 +0100
committerGitHub <noreply@github.com>2019-07-31 11:40:02 +0100
commit8fde611a8c099c7515e19212b2ccf67687b0fb00 (patch)
treee947c59a133dbed107f2ab2e6e144bc31c611a81 /changelog.d
parentRemove DelayedCall debugging from test runs (#5787) (diff)
parentNewsfile (diff)
downloadsynapse-8fde611a8c099c7515e19212b2ccf67687b0fb00.tar.xz
Merge pull request #5794 from matrix-org/erikj/share_ssl_options_for_well_known
Share SSL options for well-known requests
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5794.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5794.misc b/changelog.d/5794.misc
new file mode 100644
index 0000000000..720e0ddcfb
--- /dev/null
+++ b/changelog.d/5794.misc
@@ -0,0 +1 @@
+Improve performance when making `.well-known` requests by sharing the SSL options between requests.