forked-synapse/changelog.d/7094.misc
Richard van der Hoff c37db0211e
Share SSL contexts for non-federation requests (#7094)
Extends #5794 etc to the SimpleHttpClient so that it also applies to non-federation requests.

Fixes #7092.
2020-03-17 21:32:25 +00:00

2 lines
126 B
Plaintext

Improve performance when making HTTPS requests to sygnal, sydent, etc, by sharing the SSL context object between connections.