0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-04 13:49:15 +01:00
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

1 line
126 B
Text

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