diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-31 11:40:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 11:40:02 +0100 |
commit | 8fde611a8c099c7515e19212b2ccf67687b0fb00 (patch) | |
tree | e947c59a133dbed107f2ab2e6e144bc31c611a81 /changelog.d/5794.misc | |
parent | Remove DelayedCall debugging from test runs (#5787) (diff) | |
parent | Newsfile (diff) | |
download | synapse-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/5794.misc')
-rw-r--r-- | changelog.d/5794.misc | 1 |
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. |